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

Unified Diff: gyp/most.gyp

Issue 1164403002: Visual bench on native android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tiny cleanup Created 5 years, 6 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/visualbench.gyp » ('j') | 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 d674802238f6160d118a89dc3a4e94f8b19ef45a..d615d3896a7163ed3931101934dd5a00ad3c8d54 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -30,14 +30,27 @@
'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',
+ ],
+ 'conditions': [
+ [ 'skia_gpu == 1', {
+ 'dependencies': [
+ 'android_system.gyp:VisualBench_APK',
+ ],
+ }],
+ ],
}],
['skia_os == "ios"', {
'dependencies!': [
« no previous file with comments | « no previous file | gyp/visualbench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698