Chromium Code Reviews| Index: gyp/most.gyp |
| diff --git a/gyp/most.gyp b/gyp/most.gyp |
| index 70705125bc2929c52977bf727a7624ece4e6f104..eb9f6c00f4812942e68c2875c71040773ed464a5 100644 |
| --- a/gyp/most.gyp |
| +++ b/gyp/most.gyp |
| @@ -39,12 +39,9 @@ |
| 'example.gyp:HelloWorld', |
| ], |
| }], |
| - ['skia_os == "android"', { |
| + ['skia_os == "android" and skia_vulkan == 1', { |
| 'dependencies': [ |
| 'android_system.gyp:Viewer_APK', |
| - ], |
| - 'dependencies!': [ |
| - 'SampleApp.gyp:SampleApp', |
| ], |
| }], |
| ['skia_os == "ios"', { |