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

Issue 2547963002: [Chromecast] Use symbol_level=1 for 32-bit GCC toolchains.

Created:
4 years ago by slan
Modified:
4 years ago
CC:
bcf, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Use symbol_level=1 for 32-bit GCC toolchains. When using 32-bit GCC toolchains on non-component builds, generated artifacts are too big for 32-bit address space with full symbols. Force users to either reduce the symbol level or use the component build. BUG=670776 BUG=671624

Patch Set 1 #

Total comments: 1

Patch Set 2 : Piggyback on Android condition #

Total comments: 2

Patch Set 3 : Leave android_64bit_target_cpu in place. #

Patch Set 4 : Break infinite import loop. #

Patch Set 5 : Fix comment typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -17 lines) Patch
M android_webview/BUILD.gn View 1 3 chunks +4 lines, -4 lines 0 comments Download
M android_webview/system_webview_apk_tmpl.gni View 1 2 chunks +2 lines, -1 line 0 comments Download
M build/config/android/config.gni View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M build/config/compiler/compiler.gni View 1 3 chunks +21 lines, -8 lines 0 comments Download
M chrome/android/BUILD.gn View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/android/chrome_public_apk_tmpl.gni View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 39 (26 generated)
slan
PTAL! +Dirk for OWNERS
4 years ago (2016-12-02 20:01:06 UTC) #2
mbjorge
lgtm
4 years ago (2016-12-02 20:46:34 UTC) #5
Dirk Pranke
https://codereview.chromium.org/2547963002/diff/1/build/config/compiler/compiler.gni File build/config/compiler/compiler.gni (right): https://codereview.chromium.org/2547963002/diff/1/build/config/compiler/compiler.gni#newcode102 build/config/compiler/compiler.gni:102: symbol_level = 1 It looks like you're hitting the ...
4 years ago (2016-12-02 22:43:45 UTC) #8
slan
On 2016/12/02 22:43:45, Dirk Pranke wrote: > https://codereview.chromium.org/2547963002/diff/1/build/config/compiler/compiler.gni > File build/config/compiler/compiler.gni (right): > > https://codereview.chromium.org/2547963002/diff/1/build/config/compiler/compiler.gni#newcode102 ...
4 years ago (2016-12-05 17:58:40 UTC) #9
Dirk Pranke
On 2016/12/05 17:58:40, slan wrote: > I like that idea. One small blocker exists; I ...
4 years ago (2016-12-06 02:29:09 UTC) #11
slan
Done. +Andrew for 64bit variable change, PTAL!
4 years ago (2016-12-06 06:41:38 UTC) #15
agrieve
lgtm /w nit. https://codereview.chromium.org/2547963002/diff/20001/build/config/android/config.gni File build/config/android/config.gni (left): https://codereview.chromium.org/2547963002/diff/20001/build/config/android/config.gni#oldcode312 build/config/android/config.gni:312: if (target_cpu == "arm64" || target_cpu ...
4 years ago (2016-12-06 14:57:44 UTC) #18
slan
Andrew, thanks for volunteering to do clean-up. Restored the variable and took out a bug ...
4 years ago (2016-12-06 15:19:39 UTC) #21
slan
Turns out I cannot directly reference is_target_cpu_64bit in //b/c/a/config.gni without creating an import() loop in ...
4 years ago (2016-12-06 16:32:19 UTC) #26
mbjorge
lgtm
4 years ago (2016-12-06 17:26:17 UTC) #31
Dirk Pranke
lgtm
4 years ago (2016-12-06 20:21:56 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2547963002/80001
4 years ago (2016-12-06 20:29:32 UTC) #37
commit-bot: I haz the power
4 years ago (2016-12-06 20:52:26 UTC) #39
Try jobs failed on following builders:
  chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)

Powered by Google App Engine
This is Rietveld 408576698