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

Issue 10886046: Add gdb server variable for ant (Closed)

Created:
8 years, 3 months ago by michaelbai
Modified:
8 years, 3 months ago
CC:
chromium-reviews, jam, joi+watch-content_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, darin-cc_chromium.org, peter+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Add gdb server variable for ant This is the first CL to replace the ant property toolchain.dir with android.gdbserver. After this submitted - Add android_gdbserver into WebKit gypis. - Retire the toolchain.dir from ant by using android.gdbserver. - Remove the ANDROID_TOOLCHAIN from both WebKit and chromium's gyp/gypi - Remove the android_toolchain from envsetup_function.sh TBR=jam BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154298

Patch Set 1 #

Total comments: 9

Patch Set 2 : Sync #

Patch Set 3 : Added the missing content_shell_ant_helper.sh #

Patch Set 4 : Fallback origin content_shell_ant_helper.sh implementation #

Patch Set 5 : Fix a typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -7 lines) Patch
M build/android/envsetup_functions.sh View 1 chunk +20 lines, -4 lines 0 comments Download
M build/apk_test.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M build/java.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_shell.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/content_shell_ant_helper.sh View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M testing/android/native_test.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Yaron
lgtm cc: peter http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh#newcode122 build/android/envsetup_functions.sh:122: case "${TARGET_ARCH}" in Couldn't you simplify ...
8 years, 3 months ago (2012-08-29 23:22:26 UTC) #1
michaelbai
http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh#newcode122 build/android/envsetup_functions.sh:122: case "${TARGET_ARCH}" in I tried, got some errors, The ...
8 years, 3 months ago (2012-08-29 23:40:07 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10886046/1
8 years, 3 months ago (2012-08-29 23:40:41 UTC) #3
commit-bot: I haz the power
Presubmit check for 10886046-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-08-29 23:40:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10886046/1
8 years, 3 months ago (2012-08-29 23:44:50 UTC) #5
commit-bot: I haz the power
Presubmit check for 10886046-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-08-29 23:44:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10886046/1
8 years, 3 months ago (2012-08-29 23:49:30 UTC) #7
commit-bot: I haz the power
Try job failure for 10886046-1 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 3 months ago (2012-08-30 00:42:20 UTC) #8
Isaac (away)
http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh#newcode122 build/android/envsetup_functions.sh:122: case "${TARGET_ARCH}" in how about: # TODO(michaelbai) DEFINES+="target_arch=${TARGET_ARCH/x86/ia32}" This ...
8 years, 3 months ago (2012-08-30 03:08:12 UTC) #9
Peter Beverloo
http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh#newcode122 build/android/envsetup_functions.sh:122: case "${TARGET_ARCH}" in Why was this block moved out ...
8 years, 3 months ago (2012-08-30 11:08:17 UTC) #10
michaelbai
http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): http://codereview.chromium.org/10886046/diff/1/build/android/envsetup_functions.sh#newcode122 build/android/envsetup_functions.sh:122: case "${TARGET_ARCH}" in On 2012/08/30 11:08:18, Peter Beverloo wrote: ...
8 years, 3 months ago (2012-08-30 14:59:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10886046/13001
8 years, 3 months ago (2012-08-30 15:00:34 UTC) #12
commit-bot: I haz the power
Try job failure for 10886046-13001 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 3 months ago (2012-08-30 15:52:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10886046/22001
8 years, 3 months ago (2012-08-30 15:53:04 UTC) #14
Peter Beverloo
https://chromiumcodereview.appspot.com/10886046/diff/1/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://chromiumcodereview.appspot.com/10886046/diff/1/build/android/envsetup_functions.sh#newcode122 build/android/envsetup_functions.sh:122: case "${TARGET_ARCH}" in On 2012/08/30 14:59:39, michaelbai wrote: > ...
8 years, 3 months ago (2012-08-30 16:07:33 UTC) #15
Peter Beverloo
For the record, please address this in a follow-up CL.
8 years, 3 months ago (2012-08-30 16:15:48 UTC) #16
michaelbai
On 2012/08/30 16:15:48, Peter Beverloo wrote: > For the record, please address this in a ...
8 years, 3 months ago (2012-08-30 16:20:25 UTC) #17
commit-bot: I haz the power
Try job failure for 10886046-22001 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 3 months ago (2012-08-30 16:53:13 UTC) #18
michaelbai
Can't reproduce the compile error locally, fallback to original implementation.
8 years, 3 months ago (2012-08-30 17:10:17 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10886046/13002
8 years, 3 months ago (2012-08-30 17:10:27 UTC) #20
commit-bot: I haz the power
Try job failure for 10886046-13002 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 3 months ago (2012-08-30 19:15:30 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10886046/24003
8 years, 3 months ago (2012-08-30 20:14:31 UTC) #22
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 22:54:11 UTC) #23
Change committed as 154298

Powered by Google App Engine
This is Rietveld 408576698