OLD | NEW |
1 { | 1 { |
2 "android_webview": { | 2 "android_webview": { |
3 "exclusions": [ | 3 "exclusions": [ |
4 "android_webview/.*" | 4 "android_webview/.*" |
5 ] | 5 ] |
6 }, | 6 }, |
7 "base": { | 7 "base": { |
8 "exclusions": [ | 8 "exclusions": [ |
9 ".*isolate", | 9 ".*isolate", |
10 "build/.*gyp[i]?", | 10 "build/.*gyp[i]?", |
(...skipping 25 matching lines...) Expand all Loading... |
36 "extensions/test/data/.*", | 36 "extensions/test/data/.*", |
37 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", | 37 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", |
38 "mojo/tools/.*", | 38 "mojo/tools/.*", |
39 "media/test/data/.*", | 39 "media/test/data/.*", |
40 "net/data/.*", | 40 "net/data/.*", |
41 "sql/test/data/.*", | 41 "sql/test/data/.*", |
42 "third_party/accessibility-audit/axs_testing.js", | 42 "third_party/accessibility-audit/axs_testing.js", |
43 "third_party/hunspell_dictionaries/.*", | 43 "third_party/hunspell_dictionaries/.*", |
44 "third_party/zlib/google/test/data/.*", | 44 "third_party/zlib/google/test/data/.*", |
45 "tools/clang/scripts/update.py", | 45 "tools/clang/scripts/update.py", |
46 "tools/clang/scripts/update.sh", | |
47 "tools/mb/.*", | 46 "tools/mb/.*", |
48 "tools/metrics/histograms/histograms.xml", | 47 "tools/metrics/histograms/histograms.xml", |
49 "tools/perf/.*", | 48 "tools/perf/.*", |
50 "tools/telemetry/.*" | 49 "tools/telemetry/.*" |
51 ] | 50 ] |
52 }, | 51 }, |
53 "ios": { | 52 "ios": { |
54 "exclusions": [ | 53 "exclusions": [ |
55 "ios/build/bots/.*" | 54 "ios/build/bots/.*" |
56 ] | 55 ] |
57 } | 56 } |
58 } | 57 } |
OLD | NEW |