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

Unified Diff: gyp/flags.gyp

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: fix windows and android? Created 4 years, 9 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/angle.gyp ('k') | gyp/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/flags.gyp
diff --git a/gyp/flags.gyp b/gyp/flags.gyp
index 258ca40fab5aafd52c4e6f7c168f4dbe38f050fd..166e24b55ad0779a51b1e3b2ada8fe04ae5cb8e3 100644
--- a/gyp/flags.gyp
+++ b/gyp/flags.gyp
@@ -24,7 +24,14 @@
'include_dirs': [
'../tools/flags',
],
- }
+ },
+ 'conditions': [
+ ['skia_gpu', {
+ 'dependencies': [
+ 'gputest.gyp:skgputest',
+ ],
+ }],
+ ],
},
{
'target_name': 'flags_common',
« no previous file with comments | « gyp/angle.gyp ('k') | gyp/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698