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

Unified Diff: gyp/visualbench.gyp

Issue 1437613002: Fixes for building with sdl on android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « no previous file | platform_tools/android/gyp/dependencies.gypi » ('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 4ae64894545629d6a83a673433fab026f28c241b..52b4c53f93425267a933b93bbc19c485db75e262 100644
--- a/gyp/visualbench.gyp
+++ b/gyp/visualbench.gyp
@@ -58,6 +58,11 @@
],
},
}],
+ [ 'skia_os == "android" and skia_use_sdl == 1', {
+ 'dependencies': [
+ 'android_deps.gyp:Android_VisualBenchSDL',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698