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

Issue 13912027: Always define the `gcc_version' variable to some value. (Closed)

Created:
7 years, 8 months ago by Raphael Kubo da Costa (rakuco)
Modified:
7 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Always define the `gcc_version' variable to some value. gcc_version previously existed only under certain conditions; currently, os_posix==1 and OS!="mac" and OS!="ios". These same checks had to be repeated everywhere gcc_version was used, and they often got out of sync (many places still do not check for OS!="ios", for example). We now always gcc_version. Its default value is 0, and it is then changed to something meaningful under that condition mentioned above. This allows us to remove the duplicated checks currently spread across the .gyp files in the tree. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196910

Patch Set 1 #

Patch Set 2 : Second attempt #

Total comments: 2

Patch Set 3 : Patch v3 #

Patch Set 4 : Try to make Android happy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -18 lines) Patch
M build/common.gypi View 1 2 3 4 chunks +20 lines, -17 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
Raphael Kubo da Costa (rakuco)
7 years, 8 months ago (2013-04-26 12:04:16 UTC) #1
Raphael Kubo da Costa (rakuco)
Most of the checks are actually inside Blink; since I can't change both repositories at ...
7 years, 8 months ago (2013-04-26 12:06:47 UTC) #2
Raphael Kubo da Costa (rakuco)
On 2013/04/26 12:06:47, Raphael Kubo da Costa (rakuco) wrote: > Most of the checks are ...
7 years, 8 months ago (2013-04-26 12:13:39 UTC) #3
Paweł Hajdan Jr.
Raphael, thank you for the patch. Nice to see a general Linux theme in your ...
7 years, 8 months ago (2013-04-26 17:02:07 UTC) #4
Raphael Kubo da Costa (rakuco)
On 2013/04/26 17:02:07, Paweł Hajdan Jr. wrote: > Raphael, thank you for the patch. Nice ...
7 years, 8 months ago (2013-04-26 17:48:52 UTC) #5
Raphael Kubo da Costa (rakuco)
Patch v3 is up. I ended up setting 'gcc_version' without the '%' at the end. ...
7 years, 8 months ago (2013-04-26 18:23:26 UTC) #6
Paweł Hajdan Jr.
LGTM
7 years, 8 months ago (2013-04-26 19:06:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raphael.kubo.da.costa@intel.com/13912027/15001
7 years, 8 months ago (2013-04-26 19:14:26 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-26 19:41:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raphael.kubo.da.costa@intel.com/13912027/15001
7 years, 8 months ago (2013-04-26 20:32:53 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-26 20:47:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raphael.kubo.da.costa@intel.com/13912027/32001
7 years, 8 months ago (2013-04-26 21:17:25 UTC) #12
commit-bot: I haz the power
Change committed as 196910
7 years, 8 months ago (2013-04-27 01:53:22 UTC) #13
Nico
This seems to cause issues on the bots: http://build.chromium.org/p/tryserver.chromium/builders/linux_rel/builds/122024/steps/runhooks/logs/stdio
7 years, 7 months ago (2013-04-30 00:50:08 UTC) #14
Raphael Kubo da Costa (rakuco)
On 2013/04/30 00:50:08, Nico wrote: > This seems to cause issues on the bots: > ...
7 years, 7 months ago (2013-04-30 08:19:52 UTC) #15
Nico
7 years, 7 months ago (2013-04-30 18:01:29 UTC) #16
On Tue, Apr 30, 2013 at 1:19 AM, <raphael.kubo.da.costa@intel.com> wrote:

> On 2013/04/30 00:50:08, Nico wrote:
>
>> This seems to cause issues on the bots:
>>
>
> http://build.chromium.org/p/**tryserver.chromium/builders/**
>
linux_rel/builds/122024/steps/**runhooks/logs/stdio<http://build.chromium.org/p/tryserver.chromium/builders/linux_rel/builds/122024/steps/runhooks/logs/stdio>
>
> This is weird, especially since the subsequent linux_rel builds seem to
> have
> worked fine.
>
> And since this is a Linux bot, compiler_version.py would have been called
> without this change as well (since os_posix==1, OS!="mac", OS!="ios" and
> clang!=1).
>
> Do you have any idea of what could be causing this?
>

Apparently there was some unrelated infrastructure issue that could've
caused this. Until it happens again, I think it's all good.


>
>
https://codereview.chromium.**org/13912027/<https://codereview.chromium.org/1...
>

Powered by Google App Engine
This is Rietveld 408576698