diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index a0245f4a67..1a99f7676e 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -136,11 +136,9 @@ 'gpu.gyp:skgr', 'tools.gyp:picture_utils', ], - 'direct_dependent_settings': { - 'include_dirs': [ - '../include/gpu', - ], - }, + 'export_dependent_settings': [ + 'gpu.gyp:gr', + ] }, { 'target_name': 'picture_utils', |