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

Unified Diff: gyp/most.gyp

Issue 1986433002: Move VisualBench_APK and SampleApp_APK to "everything" target (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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/everything.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 6d56f8819b346d66dc9b621070743ef3ad7b2b6c..9e54732a25915f1ebe2dee6781c50df8a71c20cb 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -49,21 +49,9 @@
'example.gyp:HelloWorld',
],
}],
- ['skia_os == "android"', {
+ ['skia_os == "android" and skia_vulkan == 1', {
'dependencies': [
- 'android_system.gyp:SampleApp_APK',
- ],
- 'conditions': [
- [ 'skia_gpu == 1', {
- 'dependencies': [
- 'android_system.gyp:VisualBench_APK',
- ],
- }],
- [ 'skia_vulkan == 1', {
- 'dependencies': [
- 'android_system.gyp:Viewer_APK',
- ],
- }],
+ 'android_system.gyp:Viewer_APK',
],
}],
['skia_os == "ios"', {
« no previous file with comments | « gyp/everything.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698