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

Issue 10823435: Fix the gdb path for NDK-r8b. (Closed)

Created:
8 years, 4 months ago by michaelbai
Modified:
8 years, 3 months ago
Reviewers:
Peter Beverloo, Yaron
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
Visibility:
Public.

Description

Fix the gdb path for NDK-r8b. - Removed android.toolchain property. - Added android.gdbserver property. - Changed property-location to check the both file and directory's existence. TBR=jam BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155108

Patch Set 1 #

Total comments: 2

Patch Set 2 : add target arch variable #

Patch Set 3 : add variable for all ant action. #

Total comments: 13

Patch Set 4 : address the comments #

Patch Set 5 : more paths for gdbserver #

Total comments: 4

Patch Set 6 : Address the comment #

Patch Set 7 : Synced after webkit change roll in #

Patch Set 8 : Fix a rebase error #

Patch Set 9 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -12 lines) Patch
M build/android/ant/common.xml View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/gdb_apk View 1 chunk +1 line, -1 line 0 comments Download
M build/apk_test.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M build/java.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/android/java/content_shell_apk.xml View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/shell/android/javatests/content_shell_test_apk.xml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M testing/android/native_test.gyp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M testing/android/native_test_apk.xml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
michaelbai
8 years, 4 months ago (2012-08-21 18:37:20 UTC) #1
Yaron
https://chromiumcodereview.appspot.com/10823435/diff/1/content/shell/android/java/content_shell_apk.xml File content/shell/android/java/content_shell_apk.xml (right): https://chromiumcodereview.appspot.com/10823435/diff/1/content/shell/android/java/content_shell_apk.xml#newcode20 content/shell/android/java/content_shell_apk.xml:20: <fileset file="${toolchain.dir}/../../../../../prebuilt/android-arm/gdbserver/gdbserver"/> I imagine this won't work for x86 ...
8 years, 4 months ago (2012-08-21 19:47:40 UTC) #2
michaelbai
There are too many duplicated gypi code for ant, will file a bug to refactorying ...
8 years, 4 months ago (2012-08-22 21:05:03 UTC) #3
michaelbai
PTAL https://chromiumcodereview.appspot.com/10823435/diff/1/content/shell/android/java/content_shell_apk.xml File content/shell/android/java/content_shell_apk.xml (right): https://chromiumcodereview.appspot.com/10823435/diff/1/content/shell/android/java/content_shell_apk.xml#newcode20 content/shell/android/java/content_shell_apk.xml:20: <fileset file="${toolchain.dir}/../../../../../prebuilt/android-arm/gdbserver/gdbserver"/> On 2012/08/21 19:47:40, Yaron wrote: > ...
8 years, 4 months ago (2012-08-22 21:05:49 UTC) #4
Yaron
+Peter as this can impact webkit build. http://codereview.chromium.org/10823435/diff/8001/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): http://codereview.chromium.org/10823435/diff/8001/build/android/envsetup_functions.sh#newcode110 build/android/envsetup_functions.sh:110: DEFINES+=" target_arch=ia32 ...
8 years, 4 months ago (2012-08-22 22:51:34 UTC) #5
michaelbai
Actually, there are 3 files need to change in Webkit, I'd like get the right ...
8 years, 4 months ago (2012-08-22 23:11:57 UTC) #6
Peter Beverloo
https://chromiumcodereview.appspot.com/10823435/diff/8001/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://chromiumcodereview.appspot.com/10823435/diff/8001/build/android/envsetup_functions.sh#newcode110 build/android/envsetup_functions.sh:110: DEFINES+=" target_arch=ia32 ndk_target_arch=x86 use_libffmpeg=0" On 2012/08/22 22:51:35, Yaron wrote: ...
8 years, 4 months ago (2012-08-23 10:45:47 UTC) #7
michaelbai
PTAL http://codereview.chromium.org/10823435/diff/8001/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): http://codereview.chromium.org/10823435/diff/8001/build/android/envsetup_functions.sh#newcode110 build/android/envsetup_functions.sh:110: DEFINES+=" target_arch=ia32 ndk_target_arch=x86 use_libffmpeg=0" On 2012/08/23 10:45:48, Peter ...
8 years, 4 months ago (2012-08-23 22:52:59 UTC) #8
yongsheng
hi, I think the file 'testing/android/native_test_apk.xml' should also be changed for gdbserver, like content/shell/android/java/content_shell_apk.xml
8 years, 4 months ago (2012-08-24 07:14:52 UTC) #9
michaelbai
Thanks, changed two more xml files.
8 years, 4 months ago (2012-08-24 16:46:48 UTC) #10
Yaron
lgtm But please make sure Peter's happy. Also, I'm not entirely sure how you're planning ...
8 years, 4 months ago (2012-08-25 00:14:14 UTC) #11
michaelbai
Could you take another look? I will split this CL, to do the three-way process ...
8 years, 3 months ago (2012-08-29 19:26:52 UTC) #12
Peter Beverloo
SGTM, but please land 10886046 first and then rebase this one.
8 years, 3 months ago (2012-08-30 11:19:14 UTC) #13
michaelbai
Landing this after the webkit change was rolled in.
8 years, 3 months ago (2012-09-05 20:57:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10823435/23003
8 years, 3 months ago (2012-09-05 20:57:54 UTC) #15
commit-bot: I haz the power
Presubmit check for 10823435-23003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-05 20:57:59 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10823435/23003
8 years, 3 months ago (2012-09-05 21:03:06 UTC) #17
commit-bot: I haz the power
Failed to apply patch for content/shell/content_shell_ant_helper.sh: While running patch -p1 --forward --force; patching file content/shell/content_shell_ant_helper.sh ...
8 years, 3 months ago (2012-09-06 00:13:47 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10823435/22004
8 years, 3 months ago (2012-09-06 00:28:02 UTC) #19
commit-bot: I haz the power
8 years, 3 months ago (2012-09-06 02:53:54 UTC) #20
Change committed as 155108

Powered by Google App Engine
This is Rietveld 408576698