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 16978002: Fix Landmines MSVS Version Checking (Closed)

Created:
7 years, 6 months ago by robliao
Modified:
7 years, 6 months ago
Reviewers:
iannucci, Ben Goodger (Google), scottmg, iannucci;ben
CC:
chromium-reviews, vadimt
Base URL:
https://src.chromium.org/chrome/trunk/src/
Visibility:
Public.

Description

Fix Landmines MSVS Version Checking GYP_MSVS_VERSION is not always a number (e.g. it can be 2010e), causing the int conversion to fail. BUG=249378 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206253

Patch Set 1 #

Total comments: 2

Patch Set 2 : Quick CR Feedback #

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

Messages

Total messages: 14 (0 generated)
robliao
Hi Robbie, My Windows build just broke due to a GYP_MSVS_VERSION compare. GYP_MSVS_VERSION can be ...
7 years, 6 months ago (2013-06-13 17:38:29 UTC) #1
iannucci
On 2013/06/13 17:38:29, Robert Liao wrote: > Hi Robbie, > > My Windows build just ...
7 years, 6 months ago (2013-06-13 18:05:02 UTC) #2
robliao
ben: Please provide owner approval for this build fix.
7 years, 6 months ago (2013-06-13 18:10:40 UTC) #3
iannucci
https://codereview.chromium.org/16978002/diff/1/build/landmines.py File build/landmines.py (right): https://codereview.chromium.org/16978002/diff/1/build/landmines.py#newcode72 build/landmines.py:72: return val if val else None Actually, you can ...
7 years, 6 months ago (2013-06-13 18:12:44 UTC) #4
robliao
Fix Landmines MSVS Version Checking GYP_MSVS_VERSION is not always a number (e.g. it can be ...
7 years, 6 months ago (2013-06-13 18:26:28 UTC) #5
robliao
https://codereview.chromium.org/16978002/diff/1/build/landmines.py File build/landmines.py (right): https://codereview.chromium.org/16978002/diff/1/build/landmines.py#newcode72 build/landmines.py:72: return val if val else None On 2013/06/13 18:12:44, ...
7 years, 6 months ago (2013-06-13 18:27:31 UTC) #6
scottmg
https://codereview.chromium.org/16978002/diff/7002/build/landmines.py File build/landmines.py (right): https://codereview.chromium.org/16978002/diff/7002/build/landmines.py#newcode156 build/landmines.py:156: gyp_msvs_version() == '2012' and this should be gyp_msvs_version() in ...
7 years, 6 months ago (2013-06-13 18:28:57 UTC) #7
iannucci
On 2013/06/13 18:28:57, scottmg wrote: > https://codereview.chromium.org/16978002/diff/7002/build/landmines.py > File build/landmines.py (right): > > https://codereview.chromium.org/16978002/diff/7002/build/landmines.py#newcode156 > ...
7 years, 6 months ago (2013-06-13 18:34:40 UTC) #8
robliao
https://codereview.chromium.org/16978002/diff/7002/build/landmines.py File build/landmines.py (right): https://codereview.chromium.org/16978002/diff/7002/build/landmines.py#newcode156 build/landmines.py:156: gyp_msvs_version() == '2012' and Propagating iannucci's comment: Could be, ...
7 years, 6 months ago (2013-06-13 19:37:49 UTC) #9
Ben Goodger (Google)
there's really no OWNER in src/build? I'm not a good person to review this kind ...
7 years, 6 months ago (2013-06-13 19:43:06 UTC) #10
iannucci
On 2013/06/13 19:43:06, Ben Goodger (Google) wrote: > there's really no OWNER in src/build? I'm ...
7 years, 6 months ago (2013-06-13 19:43:56 UTC) #11
scottmg
build/OWNERS is *, iannucci should have been enough, but lgtm anyway.
7 years, 6 months ago (2013-06-13 19:44:32 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robliao@chromium.org/16978002/7002
7 years, 6 months ago (2013-06-13 19:50:34 UTC) #13
commit-bot: I haz the power
7 years, 6 months ago (2013-06-14 00:45:39 UTC) #14
Message was sent while issue was closed.
Change committed as 206253

Powered by Google App Engine
This is Rietveld 408576698