OLD | NEW |
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/.*py", | 6 "build/android/.*py", |
7 "build/android/pylib/.*", | 7 "build/android/pylib/.*", |
8 "build/compiler_version.py", | 8 "build/compiler_version.py", |
9 "build/get_landmines.py", | 9 "build/get_landmines.py", |
10 "build/gyp_chromium", | 10 "build/gyp_chromium", |
11 "build/linux/sysroot_ld_path.sh", | 11 "build/linux/sysroot_ld_path.sh", |
12 "DEPS", | 12 "DEPS", |
13 "testing/buildbot/.*", | 13 "testing/buildbot/.*", |
| 14 "testing/test_env.py", |
14 "tools/clang/blink_gc_plugin/CMakeLists.txt", | 15 "tools/clang/blink_gc_plugin/CMakeLists.txt", |
15 "tools/whitespace.txt" | 16 "tools/whitespace.txt" |
16 ] | 17 ] |
17 }, | 18 }, |
18 "android_webview": { | 19 "android_webview": { |
19 "exclusions": [ | 20 "exclusions": [ |
20 "android_webview/.*" | 21 "android_webview/.*" |
21 ] | 22 ] |
22 }, | 23 }, |
23 "chromium": { | 24 "chromium": { |
24 "exclusions": [ | 25 "exclusions": [ |
25 "chrome/test/data/.*", | 26 "chrome/test/data/.*", |
26 "components/test/data/.*", | 27 "components/test/data/.*", |
27 "content/test/data/.*", | 28 "content/test/data/.*", |
28 "content/test/gpu/.*", | 29 "content/test/gpu/.*", |
29 "extensions/test/data/.*", | 30 "extensions/test/data/.*", |
30 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", | 31 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", |
31 "media/test/data/.*", | 32 "media/test/data/.*", |
32 "net/data/.*", | 33 "net/data/.*", |
33 "sql/test/data/.*", | 34 "sql/test/data/.*", |
34 "third_party/accessibility-audit/axs_testing.js", | 35 "third_party/accessibility-audit/axs_testing.js", |
35 "third_party/hunspell_dictionaries/.*", | 36 "third_party/hunspell_dictionaries/.*", |
36 "third_party/zlib/google/test/data/.*", | 37 "third_party/zlib/google/test/data/.*", |
37 "tools/clang/scripts/plugin_flags.py", | |
38 "tools/clang/scripts/update.py", | 38 "tools/clang/scripts/update.py", |
39 "tools/clang/scripts/update.sh", | 39 "tools/clang/scripts/update.sh", |
40 "tools/metrics/histograms/histograms.xml", | 40 "tools/metrics/histograms/histograms.xml", |
41 "tools/perf/.*", | 41 "tools/perf/.*", |
42 "tools/telemetry/.*" | 42 "tools/telemetry/.*" |
43 ] | 43 ] |
44 }, | 44 }, |
45 "ios": { | 45 "ios": { |
46 "exclusions": [ | 46 "exclusions": [ |
47 "ios/build/bots/.*" | 47 "ios/build/bots/.*" |
48 ] | 48 ] |
49 } | 49 } |
50 } | 50 } |
OLD | NEW |