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

Issue 375483003: Change Android toolchain to GCC 4.9. (Closed)

Created:
6 years, 5 months ago by Fabrice (no longer in Chrome)
Modified:
6 years, 3 months ago
Reviewers:
pasko, brettw, Torne
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Change Android toolchain to GCC 4.9. Tune global Android ARM cflags for performance. Update cflags in gn to keep up with gyp. BUG=407545 CQ_TRYBOTS=tryserver.chromium.linux:android_aosp,android_clang_dbg,android_dbg Committed: https://crrev.com/6b767135e631b94cd096c78f6622be28a4af277e Cr-Commit-Position: refs/heads/master@{#293913}

Patch Set 1 #

Patch Set 2 : Typo #

Patch Set 3 : Typo bis #

Patch Set 4 : Set new global flags, cleanup #

Patch Set 5 : Rebase #

Patch Set 6 : Move ARM-specific cflags to the proper section in gn #

Patch Set 7 : Remove workaround for MIPS #

Total comments: 8

Patch Set 8 : Review comments #

Patch Set 9 : Set WebView GCC version separately #

Patch Set 10 : Rebase #

Patch Set 11 : Rebase #

Patch Set 12 : gn fix #

Patch Set 13 : gn fix (bis) #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -44 lines) Patch
M build/android/adb_gdb View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -6 lines 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 8 chunks +19 lines, -27 lines 1 comment Download
M build/config/android/config.gni View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M build/config/compiler/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -9 lines 0 comments Download
M build/config/gcc/gcc_version.gni View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 21 (1 generated)
Fabrice (no longer in Chrome)
This still needs to wait for a DEPS roll for webrtc so the MIPS build ...
6 years, 4 months ago (2014-07-28 12:05:51 UTC) #1
pasko
thanks!! lgtm with a few tweaks in comments https://codereview.chromium.org/375483003/diff/120001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/375483003/diff/120001/build/common.gypi#newcode3718 build/common.gypi:3718: # ...
6 years, 4 months ago (2014-07-28 13:14:31 UTC) #2
Fabrice (no longer in Chrome)
Thanks for the fast review! Replies in comments. https://codereview.chromium.org/375483003/diff/120001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/375483003/diff/120001/build/common.gypi#newcode3718 build/common.gypi:3718: # ...
6 years, 4 months ago (2014-07-28 13:40:44 UTC) #3
brettw
GN LGTM https://codereview.chromium.org/375483003/diff/120001/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/375483003/diff/120001/build/config/compiler/BUILD.gn#newcode160 build/config/compiler/BUILD.gn:160: # TODO(fdegans) Reevaluate when we upgrade GCC. ...
6 years, 4 months ago (2014-07-28 17:56:14 UTC) #4
pasko
https://codereview.chromium.org/375483003/diff/120001/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/375483003/diff/120001/build/config/compiler/BUILD.gn#newcode160 build/config/compiler/BUILD.gn:160: # TODO(fdegans) Reevaluate when we upgrade GCC. On 2014/07/28 ...
6 years, 4 months ago (2014-07-28 18:22:27 UTC) #5
brettw
lgtm
6 years, 4 months ago (2014-07-28 20:58:43 UTC) #6
Fabrice (no longer in Chrome)
The CQ bit was checked by fdegans@chromium.org
6 years, 4 months ago (2014-08-01 12:38:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fdegans@chromium.org/375483003/140001
6 years, 4 months ago (2014-08-01 12:39:26 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-01 18:03:53 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-01 19:28:34 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_triggered_tests/builds/1996)
6 years, 4 months ago (2014-08-01 19:28:35 UTC) #11
Torne
torne@chromium.org changed reviewers: + torne@chromium.org
6 years, 3 months ago (2014-08-29 11:21:18 UTC) #12
Torne
Not LGTM. You need to move the gcc_version into the android_webview_build conditional. Android WebView is ...
6 years, 3 months ago (2014-08-29 11:21:18 UTC) #13
Fabrice (no longer in Chrome)
On 2014/08/29 11:21:18, Torne wrote: > Not LGTM. > > You need to move the ...
6 years, 3 months ago (2014-08-29 12:11:03 UTC) #14
Torne
On 2014/08/29 12:11:03, Fabrice de Gans wrote: > On 2014/08/29 11:21:18, Torne wrote: > > ...
6 years, 3 months ago (2014-08-29 12:13:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fdegans@chromium.org/375483003/240001
6 years, 3 months ago (2014-09-09 08:42:15 UTC) #17
commit-bot: I haz the power
Committed patchset #13 (id:240001) as 4eec08199cd9f4a3dc6aeee48843c5bbd126a554
6 years, 3 months ago (2014-09-09 10:10:32 UTC) #18
Torne
https://codereview.chromium.org/375483003/diff/240001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/375483003/diff/240001/build/common.gypi#newcode3835 build/common.gypi:3835: # size and performance in gcc 4.9. Removing all ...
6 years, 3 months ago (2014-09-09 11:58:14 UTC) #19
Torne
On 2014/09/09 11:58:14, Torne wrote: > https://codereview.chromium.org/375483003/diff/240001/build/common.gypi > File build/common.gypi (right): > > https://codereview.chromium.org/375483003/diff/240001/build/common.gypi#newcode3835 > ...
6 years, 3 months ago (2014-09-09 14:27:26 UTC) #20
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:52:33 UTC) #21
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/6b767135e631b94cd096c78f6622be28a4af277e
Cr-Commit-Position: refs/heads/master@{#293913}

Powered by Google App Engine
This is Rietveld 408576698