| 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 20 matching lines...) Expand all Loading... |
| 31 ], | 31 ], |
| 32 "ignores": [ | 32 "ignores": [ |
| 33 "infra/config/recipes.cfg", | 33 "infra/config/recipes.cfg", |
| 34 "infra/recipes/.*" | 34 "infra/recipes/.*" |
| 35 ] | 35 ] |
| 36 }, | 36 }, |
| 37 "chromium": { | 37 "chromium": { |
| 38 "exclusions": [ | 38 "exclusions": [ |
| 39 "chrome/browser/resources/.*(css|html|js)", | 39 "chrome/browser/resources/.*(css|html|js)", |
| 40 "chrome/browser/ui/webui/.*browsertest.*js", | 40 "chrome/browser/ui/webui/.*browsertest.*js", |
| 41 "chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py", | |
| 42 "chrome/test/data/.*", | 41 "chrome/test/data/.*", |
| 43 "components/about_ui/resources/.*(css|html|js)", | 42 "components/about_ui/resources/.*(css|html|js)", |
| 44 "components/flags_ui/resources/.*(css|html|js)", | 43 "components/flags_ui/resources/.*(css|html|js)", |
| 45 "components/test/data/.*", | 44 "components/test/data/.*", |
| 46 "components/version_ui/resources/.*(css|html|js)", | 45 "components/version_ui/resources/.*(css|html|js)", |
| 47 "content/test/data/.*", | 46 "content/test/data/.*", |
| 48 "content/test/gpu/.*", | 47 "content/test/gpu/.*", |
| 49 "extensions/test/data/.*", | 48 "extensions/test/data/.*", |
| 50 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", | 49 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", |
| 51 "media/test/data/.*", | 50 "media/test/data/.*", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 69 "tools/telemetry/.*", | 68 "tools/telemetry/.*", |
| 70 "ui/webui/resources/.*(css|html|js)" | 69 "ui/webui/resources/.*(css|html|js)" |
| 71 ] | 70 ] |
| 72 }, | 71 }, |
| 73 "ios": { | 72 "ios": { |
| 74 "exclusions": [ | 73 "exclusions": [ |
| 75 "ios/build/bots/.*" | 74 "ios/build/bots/.*" |
| 76 ] | 75 ] |
| 77 } | 76 } |
| 78 } | 77 } |
| OLD | NEW |