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

Issue 159866: Re-enable the grit hook, and make it more solid in case of failures.... (Closed)

Created:
11 years, 4 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Re-enable the grit hook, and make it more solid in case of failures. I was unable to reproduce the failures from the bots on my machine. If they appear again, the build will not break, ane we will get full info. TEST=none http://crbug.com/17706 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22480

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M DEPS View 1 chunk +5 lines, -0 lines 1 comment Download
M build/win/clobber_generated_headers.py View 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Paweł Hajdan Jr.
It should not explode now. I tested even the previous version on my machine - ...
11 years, 4 months ago (2009-08-04 18:51:30 UTC) #1
Nicolas Sylvain
LGTM, this is scary though I found feel a lot more comfortable if you could ...
11 years, 4 months ago (2009-08-04 19:17:45 UTC) #2
Paweł Hajdan Jr.
Yeah, but the build break will be triggered by change to .grd files, not just ...
11 years, 4 months ago (2009-08-04 19:21:18 UTC) #3
bradn
LGTM
11 years, 4 months ago (2009-08-04 19:25:16 UTC) #4
Nicolas Sylvain
On Tue, Aug 4, 2009 at 12:20 PM, Pawe=C5=82 Hajdan Jr. <phajdan.jr@chromium.org>wrote: > Yeah, but ...
11 years, 4 months ago (2009-08-04 21:26:41 UTC) #5
fta
http://codereview.chromium.org/159866/diff/1/2 File DEPS (right): http://codereview.chromium.org/159866/diff/1/2#newcode141 Line 141: "action": ["python", "src/build/win/clobber_generated_headers.py", "$matching_files"], shouldn't this be OS ...
11 years, 4 months ago (2009-08-05 14:10:45 UTC) #6
Paweł Hajdan Jr.
11 years, 4 months ago (2009-08-05 15:31:12 UTC) #7
On Wed, Aug 5, 2009 at 07:10, <fta@sofaraway.org> wrote:

>
> http://codereview.chromium.org/159866/diff/1/2
> File DEPS (right):
>
> http://codereview.chromium.org/159866/diff/1/2#newcode141
> Line 141: "action": ["python",
> "src/build/win/clobber_generated_headers.py", "$matching_files"],
> shouldn't this be OS specific?


The script checks if it's being run on Windows... I'm not sure if there can
be OS-specific hooks in DEPS file. If so, then yes, it should be.

For now the biggest trouble is making this hook not explode on Windows.
Today it's try #2.

Powered by Google App Engine
This is Rietveld 408576698