diff options
author | sky <sky@chromium.org> | 2014-08-28 10:23:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-28 17:24:00 +0000 |
commit | 54b2e975d605ab6b6a6235ae8130e3bf0746a731 (patch) | |
tree | dfb0d78bd9cf7a7198a9fb0dccc69fd7f398306b | |
parent | 5b8e82f589213a4137bd2307aeabfa27038a3de7 (diff) | |
download | chromium_src-54b2e975d605ab6b6a6235ae8130e3bf0746a731.zip chromium_src-54b2e975d605ab6b6a6235ae8130e3bf0746a731.tar.gz chromium_src-54b2e975d605ab6b6a6235ae8130e3bf0746a731.tar.bz2 |
Revert of Changes exception for gyp files to only gyp files in build/ (patchset #1 of https://codereview.chromium.org/512693004/)
Reason for revert:
I'm reverting this.
http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...
should have triggered a compile.
Original issue's description:
> Changes exception for gyp files to only gyp files in build/
>
> I changed analyzer such that if a gyp file (or an included gypi file)
> changes all targets in the gyp file are marked as changed. This means
> I should no longer have to special case gyp files. I'm leaving the
> exception in place for any gyp files in build as any change to those
> really needs to recompile the world.
>
> BUG=109173
> TEST=none
> R=thakis@chromium.org
>
> Committed to pending queue: https://chromium.googlesource.com/chromium/src/+/5110e8b
TBR=thakis@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=109173
Review URL: https://codereview.chromium.org/512303002
Cr-Commit-Position: refs/heads/master@{#292410}
-rw-r--r-- | testing/buildbot/trybot_analyze_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json index a1affd0..e4404be 100644 --- a/testing/buildbot/trybot_analyze_config.json +++ b/testing/buildbot/trybot_analyze_config.json @@ -1,6 +1,6 @@ { "exclusions": [ - "build/.*gyp[i]?", + ".*gyp[i]?", "build/android/pylib", "build/compiler_version.py", "build/get_landmines.py", |