Chromium Code Reviews| Index: gyp/most.gyp |
| diff --git a/gyp/most.gyp b/gyp/most.gyp |
| index d674802238f6160d118a89dc3a4e94f8b19ef45a..37b28988ffd1ebf80b678a20bd172bd8b15227cb 100644 |
| --- a/gyp/most.gyp |
| +++ b/gyp/most.gyp |
| @@ -30,14 +30,21 @@ |
| 'visualbench.gyp:visualbench', |
| ], |
| 'conditions': [ |
| + [ 'skia_gpu == 0', { |
| + 'dependencies!': [ |
| + 'visualbench.gyp:visualbench' |
| + ] |
| + }], |
| [ 'skia_gpu == 0 or skia_os == "android"', { |
| 'dependencies!': [ |
| 'example.gyp:HelloWorld', |
| - 'visualbench.gyp:visualbench', |
| ], |
| }], |
| ['skia_os == "android"', { |
| - 'dependencies': [ 'android_system.gyp:SampleApp_APK' ], |
| + 'dependencies': [ |
| + 'android_system.gyp:SampleApp_APK', |
| + 'android_system.gyp:VisualBench_APK', |
|
djsollen
2015/06/11 20:31:59
through the dependency chain this will build visua
joshualitt
2015/06/12 15:40:35
Acknowledged.
|
| + ], |
| }], |
| ['skia_os == "ios"', { |
| 'dependencies!': [ |