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

Unified Diff: gyp/everything.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 | « no previous file | gyp/most.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/everything.gyp
diff --git a/gyp/everything.gyp b/gyp/everything.gyp
index 299aad5c5bf90ef8e7b270cd241c7786fa1eccdd..d0c933ca7324628b14ce97a4b99d5a65563cdc17 100644
--- a/gyp/everything.gyp
+++ b/gyp/everything.gyp
@@ -29,6 +29,18 @@
#'v8.gyp:SkV8Example',
],
}],
+ ['skia_os == "android"', {
+ 'dependencies': [
+ 'android_system.gyp:SampleApp_APK',
+ ],
+ 'conditions': [
+ [ 'skia_gpu == 1', {
+ 'dependencies': [
+ 'android_system.gyp:VisualBench_APK',
+ ],
+ }],
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698