aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/most.gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-06-12 12:51:44 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-12 12:51:44 -0700
commit030dc847dc497b011c417dc6694e8b6de290895f (patch)
treed943ac79c22575874932e4100e3dd91dccac168f /gyp/most.gyp
parent6eba3054229a9b656e372c3b80003f442a5d6161 (diff)
Visual bench on native android
Diffstat (limited to 'gyp/most.gyp')
-rw-r--r--gyp/most.gyp17
1 files changed, 15 insertions, 2 deletions
diff --git a/gyp/most.gyp b/gyp/most.gyp
index d674802238..d615d3896a 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!': [