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

Unified Diff: content/content_shell.gypi

Issue 10779008: Use the script helper to build of content shell on Android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase it 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
« no previous file with comments | « no previous file | content/shell/content_shell_ant_helper.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 272279b24589577febe048b514f3c3276cdec927..4f2c003056ead96c06d1fb0208864a8198f41700 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -643,7 +643,7 @@
# Pass the build type to ant. Currently it only assumes
# debug mode in java. Release mode will break the current
# workflow.
- # 'shell/content_shell_ant_helper.sh',
+ 'shell/content_shell_ant_helper.sh',
'ant',
'-DPRODUCT_DIR=<(ant_build_out)',
'-DAPP_ABI=<(android_app_abi)',
@@ -654,7 +654,7 @@
'-DANDROID_TOOLCHAIN=<(android_toolchain)',
'-buildfile',
'shell/android/java/content_shell_apk.xml',
- # '<(CONFIGURATION_NAME)',
+ '<(CONFIGURATION_NAME)',
],
'dependencies': [
'content_java',
« no previous file with comments | « no previous file | content/shell/content_shell_ant_helper.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698