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

Side by Side Diff: testing/buildbot/trybot_analyze_config.json

Issue 470613002: Test deps Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add histograms.xml to exceptions Created 6 years, 4 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 unified diff | Download patch
« no previous file with comments | « chrome/unit_tests.isolate ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "exclusions": [ 2 "exclusions": [
3 ".*gyp[i]?",
4 "build/android/pylib", 3 "build/android/pylib",
5 "build/compiler_version.py", 4 "build/compiler_version.py",
6 "build/get_landmines.py", 5 "build/get_landmines.py",
7 "build/gyp_chromium", 6 "build/gyp_chromium",
8 "build/linux/sysroot_ld_path.sh", 7 "build/linux/sysroot_ld_path.sh",
9 "chrome/test/data/.*", 8 "chrome/test/data/.*",
10 "content/test/data/.*", 9 "content/test/data/.*",
11 "DEPS", 10 "DEPS",
12 "testing/buildbot/.*",
13 "tools/clang/scripts/plugin_flags.sh", 11 "tools/clang/scripts/plugin_flags.sh",
14 "tools/clang/scripts/update.py", 12 "tools/clang/scripts/update.py",
15 "tools/clang/scripts/update.sh", 13 "tools/clang/scripts/update.sh",
14 "tools/metrics/histograms/histograms.xml",
16 "tools/perf/.*", 15 "tools/perf/.*",
17 "tools/telemetry/.*", 16 "tools/telemetry/.*",
18 "tools/whitespace.txt" 17 "tools/whitespace.txt"
19 ] 18 ]
20 } 19 }
OLDNEW
« no previous file with comments | « chrome/unit_tests.isolate ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698