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

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

Issue 665523002: Add some more directories to the analyze exclusions list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 ".*isolate", 4 ".*isolate",
5 "build/.*gyp[i]?", 5 "build/.*gyp[i]?",
6 "build/android/pylib/.*", 6 "build/android/pylib/.*",
7 "build/compiler_version.py", 7 "build/compiler_version.py",
8 "build/get_landmines.py", 8 "build/get_landmines.py",
9 "build/gyp_chromium", 9 "build/gyp_chromium",
10 "build/linux/sysroot_ld_path.sh", 10 "build/linux/sysroot_ld_path.sh",
11 "DEPS", 11 "DEPS",
12 "testing/buildbot/.*", 12 "testing/buildbot/.*",
13 "tools/clang/blink_gc_plugin/CMakeLists.txt", 13 "tools/clang/blink_gc_plugin/CMakeLists.txt",
14 "tools/whitespace.txt" 14 "tools/whitespace.txt"
15 ] 15 ]
16 }, 16 },
17 "android_webview": { 17 "android_webview": {
18 "exclusions": [ 18 "exclusions": [
19 "android_webview/.*" 19 "android_webview/.*"
20 ] 20 ]
21 }, 21 },
22 "chromium": { 22 "chromium": {
23 "exclusions": [ 23 "exclusions": [
24 "chrome/test/data/.*", 24 "chrome/test/data/.*",
25 "components/test/data/.*",
25 "content/test/data/.*", 26 "content/test/data/.*",
26 "content/test/gpu/.*", 27 "content/test/gpu/.*",
28 "extensions/test/data/.*",
27 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", 29 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
30 "media/test/data/.*",
28 "net/data/.*", 31 "net/data/.*",
32 "sql/test/data/.*",
33 "third_party/accessibility-audit/axs_testing.js",
34 "third_party/hunspell_dictionaries/.*",
35 "third_party/zlib/google/test/data/.*",
29 "tools/clang/scripts/plugin_flags.sh", 36 "tools/clang/scripts/plugin_flags.sh",
30 "tools/clang/scripts/update.py", 37 "tools/clang/scripts/update.py",
31 "tools/clang/scripts/update.sh", 38 "tools/clang/scripts/update.sh",
32 "tools/metrics/histograms/histograms.xml", 39 "tools/metrics/histograms/histograms.xml",
33 "tools/perf/.*", 40 "tools/perf/.*",
34 "tools/telemetry/.*" 41 "tools/telemetry/.*"
35 ] 42 ]
36 } 43 }
37 } 44 }
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