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

Unified Diff: gyp/gputest.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 | « gyp/gpu.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gputest.gyp
diff --git a/gyp/gputest.gyp b/gyp/gputest.gyp
index 6100363f465684cc4544ebcd89da64d2a09825ce..36db43403f7d967250c1eaabcc70ab45d35b7c05 100644
--- a/gyp/gputest.gyp
+++ b/gyp/gputest.gyp
@@ -18,10 +18,12 @@
'../include/utils',
'../src/core',
'../src/gpu',
+ '../../src/gpu',
],
'direct_dependent_settings': {
'include_dirs': [
'../src/gpu',
+ '../../src/gpu',
],
},
'sources': [
« no previous file with comments | « gyp/gpu.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698