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

Unified Diff: gyp/apptype_console.gypi

Issue 753543003: Change how SkDebugf is sent to stdout on Android. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update comment. Created 6 years 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/android_output.gyp ('k') | platform_tools/android/launcher/skia_launcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/apptype_console.gypi
diff --git a/gyp/apptype_console.gypi b/gyp/apptype_console.gypi
index 906bea814d1ea64f72e2f8b1e41524a1f2592699..d3759419a10bcf8c45c5d6773b95662dd6c91505 100644
--- a/gyp/apptype_console.gypi
+++ b/gyp/apptype_console.gypi
@@ -12,10 +12,17 @@
},
},
'conditions': [
- [ 'skia_os == "android" and not skia_android_framework', {
+ [ 'skia_os == "android"', {
+ 'conditions': [
+ ['skia_android_framework == 0', {
+ 'dependencies': [
+ 'android_deps.gyp:Android_EntryPoint',
+ 'skia_launcher.gyp:skia_launcher',
+ ],
+ }],
+ ],
'dependencies': [
- 'android_deps.gyp:Android_EntryPoint',
- 'skia_launcher.gyp:skia_launcher',
+ 'android_output.gyp:android_output',
],
}],
[ 'skia_os == "nacl"', {
« no previous file with comments | « gyp/android_output.gyp ('k') | platform_tools/android/launcher/skia_launcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698