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

Issue 1294663002: Add support for the GYP_CROSSCOMPILE env var to MB. (Closed)

Created:
5 years, 4 months ago by Dirk Pranke
Modified:
5 years, 4 months ago
Reviewers:
Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@fix_linux_dbg
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add support for the GYP_CROSSCOMPILE env var to MB. This is needed to support building the "Linux ARM" configurations w/ MB, which are cross-compiles but the target os is linux, not android or iOS. Theoretically it might be needed for a real CrOS compile as well. You can now specify that a cross-compile is needed with the 'crosscompile' mixin. We don't normally need this flag for android and ios builds, because gyp_chromium sets it for us when target_os={android,ios}. R=thakis@chromium.org BUG=481692 Committed: https://crrev.com/edc49c383f30998c2a06fee632bac6cbf71817c2 Cr-Commit-Position: refs/heads/master@{#343327}

Patch Set 1 #

Total comments: 4

Patch Set 2 : update w/ review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -14 lines) Patch
M tools/mb/docs/user_guide.md View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/mb/mb.py View 1 6 chunks +17 lines, -5 lines 0 comments Download
M tools/mb/mb_config.pyl View 1 3 chunks +11 lines, -3 lines 0 comments Download
M tools/mb/mb_unittest.py View 8 chunks +15 lines, -6 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 8 (2 generated)
Dirk Pranke
5 years, 4 months ago (2015-08-13 21:41:23 UTC) #1
Nico
lgtm, two optional suggestions below. https://codereview.chromium.org/1294663002/diff/1/tools/mb/mb.py File tools/mb/mb.py (right): https://codereview.chromium.org/1294663002/diff/1/tools/mb/mb.py#newcode438 tools/mb/mb.py:438: env['GYP_CROSSCOMPILE'] = '1' Hm, ...
5 years, 4 months ago (2015-08-14 00:14:30 UTC) #2
Dirk Pranke
https://codereview.chromium.org/1294663002/diff/1/tools/mb/mb.py File tools/mb/mb.py (right): https://codereview.chromium.org/1294663002/diff/1/tools/mb/mb.py#newcode438 tools/mb/mb.py:438: env['GYP_CROSSCOMPILE'] = '1' On 2015/08/14 00:14:30, Nico (hiding) wrote: ...
5 years, 4 months ago (2015-08-14 00:19:17 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1294663002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1294663002/20001
5 years, 4 months ago (2015-08-14 00:19:33 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 4 months ago (2015-08-14 02:33:04 UTC) #7
commit-bot: I haz the power
5 years, 4 months ago (2015-08-14 02:33:41 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/edc49c383f30998c2a06fee632bac6cbf71817c2
Cr-Commit-Position: refs/heads/master@{#343327}

Powered by Google App Engine
This is Rietveld 408576698