Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: testing/buildbot/trybot_analyze_config.json

Issue 2152523002: Exclude some WebUI resources from analysis until GN considers data files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698