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

Issue 540093002: Don't build base with nacl glibc and newlib toolchains (Closed)

Created:
6 years, 3 months ago by Derek Schuff
Modified:
6 years, 3 months ago
Reviewers:
Mark Seaborn, Nico
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Don't build base with nacl glibc and newlib toolchains It's unnecessary because nothing appears to depend on it, and it blocks use of C++11 in base. The IRT build is still enabled because the IRT is the primary user of base_nacl. The pnacl_newlib build is still enabled because the remoting client uses it. BUG=360096 R=thakis@chromium.org,mseaborn@chromium.org Committed: https://crrev.com/47e06f8940c019e513f9b9f40b96f38ac46a18f6 Cr-Commit-Position: refs/heads/master@{#293442}

Patch Set 1 #

Total comments: 3

Patch Set 2 : also disable base_i18n newlib #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M base/base_nacl.gyp View 1 2 chunks +3 lines, -3 lines 1 comment Download

Messages

Total messages: 31 (8 generated)
Derek Schuff
6 years, 3 months ago (2014-09-04 16:26:44 UTC) #2
Nico
https://codereview.chromium.org/540093002/diff/1/base/base_nacl.gyp File base/base_nacl.gyp (right): https://codereview.chromium.org/540093002/diff/1/base/base_nacl.gyp#newcode50 base/base_nacl.gyp:50: 'build_newlib': 1, What about this one?
6 years, 3 months ago (2014-09-04 16:27:03 UTC) #3
Derek Schuff
https://codereview.chromium.org/540093002/diff/1/base/base_nacl.gyp File base/base_nacl.gyp (right): https://codereview.chromium.org/540093002/diff/1/base/base_nacl.gyp#newcode50 base/base_nacl.gyp:50: 'build_newlib': 1, On 2014/09/04 16:27:02, Nico (hiding) wrote: > ...
6 years, 3 months ago (2014-09-04 16:31:51 UTC) #4
Nico
https://codereview.chromium.org/540093002/diff/1/base/base_nacl.gyp File base/base_nacl.gyp (right): https://codereview.chromium.org/540093002/diff/1/base/base_nacl.gyp#newcode50 base/base_nacl.gyp:50: 'build_newlib': 1, On 2014/09/04 16:31:51, Derek Schuff wrote: > ...
6 years, 3 months ago (2014-09-04 16:34:52 UTC) #5
Derek Schuff
On 2014/09/04 16:34:52, Nico (hiding) wrote: > https://codereview.chromium.org/540093002/diff/1/base/base_nacl.gyp > File base/base_nacl.gyp (right): > > https://codereview.chromium.org/540093002/diff/1/base/base_nacl.gyp#newcode50 ...
6 years, 3 months ago (2014-09-04 16:38:26 UTC) #6
Nico
> > I haven't looked at all of them yet but most of those go ...
6 years, 3 months ago (2014-09-04 16:47:32 UTC) #7
Derek Schuff
On 2014/09/04 16:47:32, Nico (hiding) wrote: > > > > I haven't looked at all ...
6 years, 3 months ago (2014-09-04 17:05:30 UTC) #8
Nico
On 2014/09/04 17:05:30, Derek Schuff wrote: > On 2014/09/04 16:47:32, Nico (hiding) wrote: > > ...
6 years, 3 months ago (2014-09-04 17:07:05 UTC) #9
Nico
> > ppapi_nacl goes into the SDK and will certainly have to keep building with ...
6 years, 3 months ago (2014-09-04 17:36:58 UTC) #10
Mark Seaborn
https://codereview.chromium.org/540093002/diff/20001/base/base_nacl.gyp File base/base_nacl.gyp (right): https://codereview.chromium.org/540093002/diff/20001/base/base_nacl.gyp#newcode24 base/base_nacl.gyp:24: 'build_newlib': 0, Does "build_newlib" mean "x86+newlib+gcc" or "newlib+gcc for ...
6 years, 3 months ago (2014-09-04 17:56:09 UTC) #11
Derek Schuff
On 2014/09/04 17:56:09, Mark Seaborn wrote: > https://codereview.chromium.org/540093002/diff/20001/base/base_nacl.gyp > File base/base_nacl.gyp (right): > > https://codereview.chromium.org/540093002/diff/20001/base/base_nacl.gyp#newcode24 ...
6 years, 3 months ago (2014-09-04 18:00:09 UTC) #12
Mark Seaborn
LGTM if clobber builds pass on the bots. (Normal trybot runs don't test the removal ...
6 years, 3 months ago (2014-09-04 18:20:25 UTC) #13
Derek Schuff
On 2014/09/04 18:20:25, Mark Seaborn wrote: > LGTM if clobber builds pass on the bots. ...
6 years, 3 months ago (2014-09-04 20:57:09 UTC) #14
Nico
The failure on http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_arm_cross_compile/builds/45/steps/compile%20%28with%20patch%29/logs/stdio is unrelated, yes? (Just to check) On Thu, Sep 4, 2014 ...
6 years, 3 months ago (2014-09-04 20:58:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dschuff@chromium.org/540093002/20001
6 years, 3 months ago (2014-09-04 20:58:23 UTC) #17
Derek Schuff
On 2014/09/04 20:58:03, Nico (hiding) wrote: > The failure on > http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_arm_cross_compile/builds/45/steps/compile%20%28with%20patch%29/logs/stdio > is unrelated, ...
6 years, 3 months ago (2014-09-04 21:00:27 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dschuff@chromium.org/540093002/20001
6 years, 3 months ago (2014-09-04 23:19:07 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/47851)
6 years, 3 months ago (2014-09-05 01:08:22 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dschuff@chromium.org/540093002/20001
6 years, 3 months ago (2014-09-05 01:11:45 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/10430)
6 years, 3 months ago (2014-09-05 04:17:47 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dschuff@chromium.org/540093002/20001
6 years, 3 months ago (2014-09-05 04:20:37 UTC) #29
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 6eaee8fccc67e360f533f831dc7e568a78755767
6 years, 3 months ago (2014-09-05 04:56:15 UTC) #30
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:36:53 UTC) #31
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/47e06f8940c019e513f9b9f40b96f38ac46a18f6
Cr-Commit-Position: refs/heads/master@{#293442}

Powered by Google App Engine
This is Rietveld 408576698