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', |