Add include paths in gputest.gyp for use by additional gpu tests.
authoregdaniel <egdaniel@google.com>
Fri, 14 Aug 2015 15:37:50 +0000 (08:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 14 Aug 2015 15:37:50 +0000 (08:37 -0700)
BUG=skia:

Review URL: https://codereview.chromium.org/1290553005

gyp/gpu.gyp
gyp/gputest.gyp

index bfd9d384dc5956d9d1fddde287d9692d174d643b..51e7e3275ffc44b71d0139bc8d31bab59cf5ea7c 100644 (file)
         [ 'skia_gpu_extra_dependency_path', {
           'dependencies' : [
               '<(skia_gpu_extra_dependency_path):*',
-          ]
+          ],
+          'export_dependent_settings': [
+            '<(skia_gpu_extra_dependency_path):*',
+          ],
         }],
         [ 'skia_chrome_utils', {
           'sources': [
index 6100363f465684cc4544ebcd89da64d2a09825ce..36db43403f7d967250c1eaabcc70ab45d35b7c05 100644 (file)
         '../include/utils',
         '../src/core',
         '../src/gpu',
+        '../../src/gpu',
       ],
       'direct_dependent_settings': {
         'include_dirs': [
           '../src/gpu',
+          '../../src/gpu',
         ],
       },
       'sources': [