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

Unified Diff: gyp/gm.gyp

Issue 23352003: Create new target to hold gpu test code, enable direct testing of GrEffects in GM. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add parens Created 7 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
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 6608aba5dcdc879bcfad660fcc3f67cb8d3f67cd..231098d7df15a849b972a9e164a82f6c2ed023e4 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -83,6 +83,9 @@
'include_dirs': [
'../src/gpu',
],
+ 'dependencies': [
+ 'gputest.gyp:skgputest',
+ ],
}],
],
},

Powered by Google App Engine
This is Rietveld 408576698