| 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 19 matching lines...) Expand all Loading... |
| 30 "extensions/test/data/.*", | 30 "extensions/test/data/.*", |
| 31 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", | 31 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", |
| 32 "media/test/data/.*", | 32 "media/test/data/.*", |
| 33 "net/data/.*", | 33 "net/data/.*", |
| 34 "sql/test/data/.*", | 34 "sql/test/data/.*", |
| 35 "third_party/accessibility-audit/axs_testing.js", | 35 "third_party/accessibility-audit/axs_testing.js", |
| 36 "third_party/hunspell_dictionaries/.*", | 36 "third_party/hunspell_dictionaries/.*", |
| 37 "third_party/zlib/google/test/data/.*", | 37 "third_party/zlib/google/test/data/.*", |
| 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/mb/.*", |
| 40 "tools/metrics/histograms/histograms.xml", | 41 "tools/metrics/histograms/histograms.xml", |
| 41 "tools/perf/.*", | 42 "tools/perf/.*", |
| 42 "tools/telemetry/.*" | 43 "tools/telemetry/.*" |
| 43 ] | 44 ] |
| 44 }, | 45 }, |
| 45 "ios": { | 46 "ios": { |
| 46 "exclusions": [ | 47 "exclusions": [ |
| 47 "ios/build/bots/.*" | 48 "ios/build/bots/.*" |
| 48 ] | 49 ] |
| 49 } | 50 } |
| 50 } | 51 } |
| OLD | NEW |