From e53e29fc161f96871160f6db39919752a0376333 Mon Sep 17 00:00:00 2001 From: Scott Violet Date: Wed, 3 Sep 2014 08:36:30 -0700 Subject: [PATCH] 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 Review URL: https://codereview.chromium.org/512693004 Cr-Commit-Position: refs/heads/master@{#293139} --- testing/buildbot/trybot_analyze_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json index e4404be0dc35..a1affd06dcd8 100644 --- a/testing/buildbot/trybot_analyze_config.json +++ b/testing/buildbot/trybot_analyze_config.json @@ -1,6 +1,6 @@ { "exclusions": [ - ".*gyp[i]?", + "build/.*gyp[i]?", "build/android/pylib", "build/compiler_version.py", "build/get_landmines.py", -- 2.11.4.GIT