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

Issue 8820022: Don't download the NaCl toolchain if GYP_DEFINES contains disable_nacl=1 (Closed)

Created:
9 years ago by jochen (gone - plz use gerrit)
Modified:
9 years ago
Reviewers:
bradnelson, bradn
CC:
chromium-reviews
Visibility:
Public.

Description

Don't download the NaCl toolchain if GYP_DEFINES contains disable_nacl=1 BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113279

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M build/download_nacl_toolchains.py View 1 chunk +3 lines, -0 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
jochen (gone - plz use gerrit)
plz review
9 years ago (2011-12-06 18:27:38 UTC) #1
bradn
lgtm http://codereview.chromium.org/8820022/diff/1/build/download_nacl_toolchains.py File build/download_nacl_toolchains.py (right): http://codereview.chromium.org/8820022/diff/1/build/download_nacl_toolchains.py#newcode14 build/download_nacl_toolchains.py:14: if 'disable_nacl=1' in os.environ.get('GYP_DEFINES', ''): How about 'disable_nacl=1' ...
9 years ago (2011-12-06 18:36:16 UTC) #2
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8820022/diff/1/build/download_nacl_toolchains.py File build/download_nacl_toolchains.py (right): http://codereview.chromium.org/8820022/diff/1/build/download_nacl_toolchains.py#newcode14 build/download_nacl_toolchains.py:14: if 'disable_nacl=1' in os.environ.get('GYP_DEFINES', ''): On 2011/12/06 18:36:16, bradn ...
9 years ago (2011-12-06 18:40:51 UTC) #3
bradn
ok, fair enough. as you have it then. On Tue, Dec 6, 2011 at 10:40 ...
9 years ago (2011-12-06 18:42:26 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/8820022/1
9 years ago (2011-12-06 18:46:34 UTC) #5
commit-bot: I haz the power
9 years ago (2011-12-06 23:28:56 UTC) #6
Change committed as 113279

Powered by Google App Engine
This is Rietveld 408576698