aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/visualbench.gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-11-05 11:49:35 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-05 11:49:35 -0800
commit474a9ea051c584c373da28c5c8511f279ebd734c (patch)
tree21c2676261e5c87357e9f469c8a54c05bab7decd /gyp/visualbench.gyp
parent691ad76fca076967806fe99587cf51595b7ad5a5 (diff)
Wire up SDL on Android
Diffstat (limited to 'gyp/visualbench.gyp')
-rw-r--r--gyp/visualbench.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
index 8dea597ef8..4ae6489454 100644
--- a/gyp/visualbench.gyp
+++ b/gyp/visualbench.gyp
@@ -45,7 +45,7 @@
'views.gyp:views',
],
'conditions' : [
- [ 'skia_os == "android"', {
+ [ 'skia_os == "android" and skia_use_sdl == 0', {
'dependencies': [
'android_deps.gyp:Android_VisualBench',
'android_deps.gyp:native_app_glue',