Chromium Code Reviews| 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]?", |
| 11 "build/android/.*py", | 11 "build/android/.*py", |
| 12 "build/android/devil/.*", | 12 "build/android/devil/.*", |
| 13 "build/android/play_services/.*", | 13 "build/android/play_services/.*", |
| 14 "build/android/pylib/.*", | 14 "build/android/pylib/.*", |
| 15 "build/compiler_version.py", | 15 "build/compiler_version.py", |
| 16 "build/get_landmines.py", | 16 "build/get_landmines.py", |
| 17 "build/gyp_chromium", | 17 "build/gyp_chromium", |
| 18 "build/linux/sysroot_ld_path.sh", | 18 "build/linux/sysroot_ld_path.sh", |
| 19 "build/toolchain/get_concurrent_links.py", | 19 "build/toolchain/get_concurrent_links.py", |
| 20 "build/toolchain/mac/*.py", | |
|
Dan Beam
2016/07/13 01:20:44
fyi: this string is fed to re.compile()[1], not gl
| |
| 20 "build/util/lib/common/unittest_util.py", | 21 "build/util/lib/common/unittest_util.py", |
| 21 "infra/.*", | 22 "infra/.*", |
| 22 "DEPS", | 23 "DEPS", |
| 23 "testing/buildbot/.*", | 24 "testing/buildbot/.*", |
| 24 "testing/scripts/.*", | 25 "testing/scripts/.*", |
| 25 "testing/test_env.py", | 26 "testing/test_env.py", |
| 26 "third_party/android_platform/development/scripts/.*", | 27 "third_party/android_platform/development/scripts/.*", |
| 27 "tools/clang/blink_gc_plugin/CMakeLists.txt", | 28 "tools/clang/blink_gc_plugin/CMakeLists.txt", |
| 28 "tools/luci-go/.*" | 29 "tools/luci-go/.*" |
| 29 ] | 30 ] |
| (...skipping 20 matching lines...) Expand all Loading... | |
| 50 "tools/perf/.*", | 51 "tools/perf/.*", |
| 51 "tools/telemetry/.*" | 52 "tools/telemetry/.*" |
| 52 ] | 53 ] |
| 53 }, | 54 }, |
| 54 "ios": { | 55 "ios": { |
| 55 "exclusions": [ | 56 "exclusions": [ |
| 56 "ios/build/bots/.*" | 57 "ios/build/bots/.*" |
| 57 ] | 58 ] |
| 58 } | 59 } |
| 59 } | 60 } |
| OLD | NEW |