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

Issue 104763003: Detect cygwin as Win32 for the purposes of running GN and downloading from google storage. (Closed)

Created:
7 years ago by brettw
Modified:
7 years ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Detect cygwin as Win32 for the purposes of running GN and downloading from google storage. This normalizes sys.platform so people running cygwin are treated like Windows. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=238999

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M download_from_google_storage.py View 1 2 2 chunks +9 lines, -1 line 0 comments Download
M gn.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
brettw
7 years ago (2013-12-05 06:07:42 UTC) #1
brettw
https://codereview.chromium.org/104763003/diff/1/download_from_google_storage.py File download_from_google_storage.py (right): https://codereview.chromium.org/104763003/diff/1/download_from_google_storage.py#newcode208 download_from_google_storage.py:208: if not sys.platform.startswith('win'): I considered changing this place as ...
7 years ago (2013-12-05 06:11:18 UTC) #2
M-A Ruel
lgtm https://codereview.chromium.org/104763003/diff/1/download_from_google_storage.py File download_from_google_storage.py (right): https://codereview.chromium.org/104763003/diff/1/download_from_google_storage.py#newcode38 download_from_google_storage.py:38: if sys.platform == "cygwin": prefer single quotes to ...
7 years ago (2013-12-05 14:37:58 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/104763003/40001
7 years ago (2013-12-05 18:39:55 UTC) #4
commit-bot: I haz the power
7 years ago (2013-12-05 18:43:13 UTC) #5
Message was sent while issue was closed.
Change committed as 238999

Powered by Google App Engine
This is Rietveld 408576698