Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1092)

Unified Diff: gyp/gpu.gyp

Issue 1290553005: Add include paths in gputest.gyp for use by additional gpu tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/gputest.gyp » ('j') | gyp/gputest.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gyp
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index bfd9d384dc5956d9d1fddde287d9692d174d643b..51e7e3275ffc44b71d0139bc8d31bab59cf5ea7c 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -112,7 +112,10 @@
[ 'skia_gpu_extra_dependency_path', {
'dependencies' : [
'<(skia_gpu_extra_dependency_path):*',
- ]
+ ],
+ 'export_dependent_settings': [
+ '<(skia_gpu_extra_dependency_path):*',
+ ],
}],
[ 'skia_chrome_utils', {
'sources': [
« no previous file with comments | « no previous file | gyp/gputest.gyp » ('j') | gyp/gputest.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698