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

Issue 1493913002: Always install default host sysroots from gclient runhooks (Closed)

Created:
5 years ago by agrieve
Modified:
5 years ago
Reviewers:
Dirk Pranke, Sam Clegg
CC:
chromium-reviews, Lei Zhang, Sam Clegg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Always install default host sysroots from gclient runhooks This removes some of the smarts that relied on GYP_DEFINES being set. With the move to GN, GYP_DEFINES will often not be set. BUG=564869 Committed: https://crrev.com/38d1fc620f41e8994079eb8532ed12631863d4c6 Cr-Commit-Position: refs/heads/master@{#363218}

Patch Set 1 #

Total comments: 9

Patch Set 2 : switch to dir_exists #

Total comments: 2

Patch Set 3 : review1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -19 lines) Patch
M build/linux/sysroot_scripts/install-sysroot.py View 1 2 4 chunks +16 lines, -19 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
agrieve
On 2015/12/02 21:26:46, agrieve wrote: > mailto:agrieve@chromium.org changed reviewers: > + mailto:dpranke@chromium.org ❧❧❧
5 years ago (2015-12-02 21:27:16 UTC) #3
Dirk Pranke
The code change is fine. I would rework the comments. One possible approach to fixing ...
5 years ago (2015-12-02 23:09:22 UTC) #4
Sam Clegg
https://codereview.chromium.org/1493913002/diff/1/build/linux/sysroot_scripts/install-sysroot.py File build/linux/sysroot_scripts/install-sysroot.py (left): https://codereview.chromium.org/1493913002/diff/1/build/linux/sysroot_scripts/install-sysroot.py#oldcode117 build/linux/sysroot_scripts/install-sysroot.py:117: return 0 Why not keep this early out? https://codereview.chromium.org/1493913002/diff/1/build/linux/sysroot_scripts/install-sysroot.py ...
5 years ago (2015-12-02 23:17:47 UTC) #6
Dirk Pranke
https://codereview.chromium.org/1493913002/diff/1/build/linux/sysroot_scripts/install-sysroot.py File build/linux/sysroot_scripts/install-sysroot.py (right): https://codereview.chromium.org/1493913002/diff/1/build/linux/sysroot_scripts/install-sysroot.py#newcode121 build/linux/sysroot_scripts/install-sysroot.py:121: if target_arch == 'amd64': On 2015/12/02 23:17:46, Sam Clegg ...
5 years ago (2015-12-02 23:20:38 UTC) #7
agrieve
https://codereview.chromium.org/1493913002/diff/1/build/linux/sysroot_scripts/install-sysroot.py File build/linux/sysroot_scripts/install-sysroot.py (left): https://codereview.chromium.org/1493913002/diff/1/build/linux/sysroot_scripts/install-sysroot.py#oldcode117 build/linux/sysroot_scripts/install-sysroot.py:117: return 0 On 2015/12/02 23:17:46, Sam Clegg wrote: > ...
5 years ago (2015-12-03 02:06:25 UTC) #8
Dirk Pranke
lgtm w/ nit. https://codereview.chromium.org/1493913002/diff/20001/build/linux/sysroot_scripts/install-sysroot.py File build/linux/sysroot_scripts/install-sysroot.py (right): https://codereview.chromium.org/1493913002/diff/20001/build/linux/sysroot_scripts/install-sysroot.py#newcode120 build/linux/sysroot_scripts/install-sysroot.py:120: if os.path.exists(ANDROID_ONLY_DIR): nit: I'd change line ...
5 years ago (2015-12-04 00:55:08 UTC) #9
agrieve
https://codereview.chromium.org/1493913002/diff/20001/build/linux/sysroot_scripts/install-sysroot.py File build/linux/sysroot_scripts/install-sysroot.py (right): https://codereview.chromium.org/1493913002/diff/20001/build/linux/sysroot_scripts/install-sysroot.py#newcode120 build/linux/sysroot_scripts/install-sysroot.py:120: if os.path.exists(ANDROID_ONLY_DIR): On 2015/12/04 00:55:08, Dirk Pranke wrote: > ...
5 years ago (2015-12-04 15:26:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1493913002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1493913002/40001
5 years ago (2015-12-04 15:27:55 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-04 16:23:07 UTC) #15
commit-bot: I haz the power
5 years ago (2015-12-04 16:24:04 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/38d1fc620f41e8994079eb8532ed12631863d4c6
Cr-Commit-Position: refs/heads/master@{#363218}

Powered by Google App Engine
This is Rietveld 408576698