Chromium Code Reviews| Index: testing/buildbot/trybot_analyze_config.json |
| diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json |
| index ed45362b23cf29232c88eb56e0b75c69bbd9eb1f..f5c67108961feac9baeb2f5d0c697522dc81d187 100644 |
| --- a/testing/buildbot/trybot_analyze_config.json |
| +++ b/testing/buildbot/trybot_analyze_config.json |
| @@ -1,4 +1,9 @@ |
| { |
| + "android_webview": { |
| + "exclusions": [ |
| + "android_webview/.*" |
| + ] |
| + }, |
| "base": { |
| "exclusions": [ |
| ".*isolate", |
| @@ -16,11 +21,6 @@ |
| "tools/whitespace.txt" |
| ] |
| }, |
| - "android_webview": { |
| - "exclusions": [ |
| - "android_webview/.*" |
| - ] |
| - }, |
| "chromium": { |
| "exclusions": [ |
| "chrome/test/data/.*", |
| @@ -37,6 +37,7 @@ |
| "third_party/zlib/google/test/data/.*", |
| "tools/clang/scripts/update.py", |
| "tools/clang/scripts/update.sh", |
| + "tools/mb/.*", |
| "tools/metrics/histograms/histograms.xml", |
| "tools/perf/.*", |
| "tools/telemetry/.*" |