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

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

Issue 586813003: Couple of tweaks to analyze exclusion list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | 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 "base": { 2 "base": {
3 "exclusions": [ 3 "exclusions": [
4 "build/.*gyp[i]?", 4 "build/.*gyp[i]?",
5 "build/android/pylib", 5 "build/android/pylib/.*",
6 "build/compiler_version.py", 6 "build/compiler_version.py",
7 "build/get_landmines.py", 7 "build/get_landmines.py",
8 "build/gyp_chromium", 8 "build/gyp_chromium",
9 "build/linux/sysroot_ld_path.sh", 9 "build/linux/sysroot_ld_path.sh",
10 "DEPS", 10 "DEPS",
11 "testing/buildbot/.*", 11 "testing/buildbot/.*",
12 "tools/clang/blink_gc_plugin/CMakeLists.txt",
12 "tools/whitespace.txt" 13 "tools/whitespace.txt"
13 ] 14 ]
14 }, 15 },
15 "android_webview": { 16 "android_webview": {
16 "exclusions": [ 17 "exclusions": [
17 "android_webview/.*" 18 "android_webview/.*"
18 ] 19 ]
19 }, 20 },
20 "chromium": { 21 "chromium": {
21 "exclusions": [ 22 "exclusions": [
22 "chrome/test/data/.*", 23 "chrome/test/data/.*",
23 "content/test/data/.*", 24 "content/test/data/.*",
24 "tools/clang/scripts/plugin_flags.sh", 25 "tools/clang/scripts/plugin_flags.sh",
25 "tools/clang/scripts/update.py", 26 "tools/clang/scripts/update.py",
26 "tools/clang/scripts/update.sh", 27 "tools/clang/scripts/update.sh",
Nico 2014/09/19 21:49:56 Should these be in base too? These 3 are logically
sky 2014/09/22 15:51:22 Do they effect android_webview?
Nico 2014/09/22 15:53:08 hm? This list here is for chromium, the one contai
27 "tools/metrics/histograms/histograms.xml", 28 "tools/metrics/histograms/histograms.xml",
28 "tools/perf/.*", 29 "tools/perf/.*",
29 "tools/telemetry/.*" 30 "tools/telemetry/.*"
30 ] 31 ]
31 } 32 }
32 } 33 }
OLDNEW
« 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