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

Issue 2085683004: Update the nacl_bootstrap GN code to work in ChromeOS chroot builds. (Closed)

Created:
4 years, 6 months ago by Dirk Pranke
Modified:
4 years, 5 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/src/native_client.git@master
Target Ref:
refs/heads/master
Project:
nacl
Visibility:
Public.

Description

Update the nacl_bootstrap GN code to work in ChromeOS chroot builds. In ChromeOS chroot builds, they use their own compiler toolchain and set a bunch of target flags, and the prior version of the nacl_bootstrap_* toolchains weren't picking them up properly. This CL switches to use the new //build/toolchain/cros:nacl_bootstrap toolchain that mimics the //build/toolchain/cros:target toolchain and uses all of the same settings except that it forces off use_debug_fission and use_gold. R=mcgrathr@chromium.org, llozano@chromium.org, bradnelson@chromium.org BUG=621686 Committed: https://chromium.googlesource.com/native_client/src/native_client/+/0949e1bef9d6b25ee44eb69a54e0cc6f8a677375

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix variable declaration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -8 lines) Patch
M src/trusted/service_runtime/linux/BUILD.gn View 1 3 chunks +17 lines, -8 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
Dirk Pranke
This patch depends on the //build changes in https://codereview.chromium.org/2083063003/ https://codereview.chromium.org/2085683004/diff/1/src/trusted/service_runtime/linux/BUILD.gn File src/trusted/service_runtime/linux/BUILD.gn (left): https://codereview.chromium.org/2085683004/diff/1/src/trusted/service_runtime/linux/BUILD.gn#oldcode53 src/trusted/service_runtime/linux/BUILD.gn:53: ...
4 years, 6 months ago (2016-06-22 01:38:27 UTC) #1
bradnelson
lgtm
4 years, 6 months ago (2016-06-22 03:46:15 UTC) #4
Roland McGrath
https://codereview.chromium.org/2085683004/diff/1/src/trusted/service_runtime/linux/BUILD.gn File src/trusted/service_runtime/linux/BUILD.gn (right): https://codereview.chromium.org/2085683004/diff/1/src/trusted/service_runtime/linux/BUILD.gn#newcode20 src/trusted/service_runtime/linux/BUILD.gn:20: # which is the same way we check in ...
4 years, 6 months ago (2016-06-22 19:29:48 UTC) #6
Dirk Pranke
On 2016/06/22 19:29:48, Roland McGrath wrote: > https://codereview.chromium.org/2085683004/diff/1/src/trusted/service_runtime/linux/BUILD.gn > File src/trusted/service_runtime/linux/BUILD.gn (right): > > https://codereview.chromium.org/2085683004/diff/1/src/trusted/service_runtime/linux/BUILD.gn#newcode20 ...
4 years, 6 months ago (2016-06-22 21:22:01 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2085683004/20001
4 years, 5 months ago (2016-07-02 01:17:51 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-02 02:14:33 UTC) #11
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/2085683004/20001
4 years, 5 months ago (2016-07-02 03:39:39 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/native_client/src/native_client/+/0949e1bef9d6b25ee44eb69a54e0cc6f8a677375
4 years, 5 months ago (2016-07-02 03:41:17 UTC) #16
Dirk Pranke
4 years, 4 months ago (2016-07-28 18:31:20 UTC) #17
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2188303002/ by dpranke@chromium.org.

The reason for reverting is: It looks like this breaks CrOS ARM builds; see
crbug.com/629593 ..

Powered by Google App Engine
This is Rietveld 408576698