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