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

Unified Diff: gyp/visualbench.gyp

Issue 1415453009: Wire up SDL on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@sdl
Patch Set: fix appurify Created 5 years, 1 month 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/views.gyp ('k') | include/views/SkOSWindow_SDL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/visualbench.gyp
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
index 8dea597ef8c5d4290a577e0d93b9645a8e8f4a9a..4ae64894545629d6a83a673433fab026f28c241b 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',
« no previous file with comments | « gyp/views.gyp ('k') | include/views/SkOSWindow_SDL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698