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

Unified Diff: content/content_shell.gypi

Issue 10823435: Fix the gdb path for NDK-r8b. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add variable for all ant action. Created 8 years, 4 months 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
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index d11a963bfa4bff9acdd04a1a30bc6fa535e5eabe..8a726c2a0991c7fe5a2feb9a7f54a930a63539b6 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -664,6 +664,7 @@
'-DANDROID_SDK_TOOLS=<(android_sdk_tools)',
'-DANDROID_SDK_VERSION=<(android_sdk_version)',
'-DANDROID_TOOLCHAIN=<(android_toolchain)',
+ '-DANDROID_TARGET_ARCH=<(ndk_target_arch)',
Yaron 2012/08/22 22:51:35 It looks like the ANDROID_TOOLCHAIN is only ever u
michaelbai 2012/08/23 22:53:00 Done.
'-buildfile',
'shell/android/java/content_shell_apk.xml',
'<(CONFIGURATION_NAME)',

Powered by Google App Engine
This is Rietveld 408576698