summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authoryongsheng.zhu@intel.com <yongsheng.zhu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-24 06:02:49 +0000
committeryongsheng.zhu@intel.com <yongsheng.zhu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-24 06:02:49 +0000
commitd35018ce76532fd0b456fae3c40b68afcf7910f9 (patch)
tree65fae6f19954b2b27d4d8fbccac5977d21caa024 /content/content_shell.gypi
parentce2698fdfac50f03aa089192bd1fd000b453d67b (diff)
downloadchromium_src-d35018ce76532fd0b456fae3c40b68afcf7910f9.zip
chromium_src-d35018ce76532fd0b456fae3c40b68afcf7910f9.tar.gz
chromium_src-d35018ce76532fd0b456fae3c40b68afcf7910f9.tar.bz2
Use the script helper to build of content shell on Android
BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146954 Review URL: https://chromiumcodereview.appspot.com/10779008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 213b32e..12d52e8 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -610,13 +610,13 @@
# 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)',
'-buildfile',
'shell/android/java/content_shell_apk.xml',
- # '<(CONFIGURATION_NAME)',
+ '<(CONFIGURATION_NAME)',
]
}
],