Export tools as an include directory for Android

BUG=skia:

Review URL: https://codereview.chromium.org/1411933006
This commit is contained in:
msarett 2015-11-06 10:53:01 -08:00 committed by Commit bot
parent dad837ace1
commit 8e26604262

View File

@ -63,6 +63,11 @@
'dependencies': [
'skia_lib.gyp:skia_lib',
],
'direct_dependent_settings': {
'include_dirs': [
'../tools',
],
},
},
{
'target_name': 'chrome_fuzz',