diff options
author | jochen <jochen@chromium.org> | 2014-09-08 06:16:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-08 13:19:29 +0000 |
commit | 7e1fe2737bab8048e5508538ebccdeec67dcaff3 (patch) | |
tree | 6b3f29fd580ab0c5ac509440e4d0389855f57c6a /testing/buildbot/trybot_analyze_config.json | |
parent | e6926d3d9ff5e2525a94d2d58516606d7b233f7f (diff) | |
download | chromium_src-7e1fe2737bab8048e5508538ebccdeec67dcaff3.zip chromium_src-7e1fe2737bab8048e5508538ebccdeec67dcaff3.tar.gz chromium_src-7e1fe2737bab8048e5508538ebccdeec67dcaff3.tar.bz2 |
Revert of Changes exception for gyp files to only gyp files in build/ (patchset #1 id:1 of https://codereview.chromium.org/512693004/)
Reason for revert:
gyp change this depended on was reverted
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
>
> Committed: https://chromium.googlesource.com/chromium/src/+/e53e29fc161f96871160f6db39919752a0376333
>
> Committed: https://chromium.googlesource.com/chromium/src/+/5c361bce306a985bcb65cd9db6060ccbe139f66d
TBR=thakis@chromium.org,sky@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=109173
Review URL: https://codereview.chromium.org/553933002
Cr-Commit-Position: refs/heads/master@{#293713}
Diffstat (limited to 'testing/buildbot/trybot_analyze_config.json')
-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", |