Index: testing/buildbot/trybot_analyze_config.json |
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json |
index 834c97f49bceacc9e49e2ef54d66ada9d7a3f074..6cbaa5442ce1150b1edf0a9abf927ae5d7bbea9c 100644 |
--- a/testing/buildbot/trybot_analyze_config.json |
+++ b/testing/buildbot/trybot_analyze_config.json |
@@ -17,7 +17,7 @@ |
"build/gyp_chromium", |
"build/linux/sysroot_ld_path.sh", |
"build/toolchain/get_concurrent_links.py", |
- "build/toolchain/mac/*.py", |
+ "build/toolchain/mac/.*py", |
"build/util/lib/common/unittest_util.py", |
"infra/.*", |
"DEPS", |
@@ -35,25 +35,37 @@ |
}, |
"chromium": { |
"exclusions": [ |
- "chrome/test/data/.*", |
+ "chrome/browser/resources/.*(css|html|js)", |
+ "chrome/browser/ui/webui/.*browsertest.*js", |
"chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py", |
+ "chrome/test/data/.*", |
+ "components/about_ui/resources/.*(css|html|js)", |
+ "components/flags_ui/resources/.*(css|html|js)", |
"components/test/data/.*", |
+ "components/version_ui/resources/.*(css|html|js)", |
"content/test/data/.*", |
"content/test/gpu/.*", |
"extensions/test/data/.*", |
"gpu/gles2_conform_support/gles2_conform_test_expectations.txt", |
- "mojo/tools/.*", |
"media/test/data/.*", |
+ "mojo/tools/.*", |
"net/data/.*", |
"sql/test/data/.*", |
"third_party/accessibility-audit/axs_testing.js", |
+ "third_party/chaijs/.*(css|html|js)", |
+ "third_party/closure_compiler/.*(css|html|js)", |
"third_party/hunspell_dictionaries/.*", |
+ "third_party/jstemplate/.*(css|html|js)", |
+ "third_party/mocha/.*(css|html|js)", |
+ "third_party/polymer/v1_0/components-chromium/.*(css|html|js)", |
+ "third_party/web-animations-js/.*(css|html|js)", |
"third_party/zlib/google/test/data/.*", |
"tools/clang/scripts/update.py", |
"tools/mb/.*", |
"tools/metrics/histograms/histograms.xml", |
"tools/perf/.*", |
- "tools/telemetry/.*" |
+ "tools/telemetry/.*", |
+ "ui/webui/resources/.*(css|html|js)" |
] |
}, |
"ios": { |