From 8e26604262ff77fe653e2aed9c839c764a1edd0b Mon Sep 17 00:00:00 2001 From: msarett Date: Fri, 6 Nov 2015 10:53:01 -0800 Subject: [PATCH] Export tools as an include directory for Android BUG=skia: Review URL: https://codereview.chromium.org/1411933006 --- gyp/tools.gyp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 85a4d28..acaf355 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -63,6 +63,11 @@ 'dependencies': [ 'skia_lib.gyp:skia_lib', ], + 'direct_dependent_settings': { + 'include_dirs': [ + '../tools', + ], + }, }, { 'target_name': 'chrome_fuzz', -- 2.7.4