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", | 20 "build/toolchain/mac/*.py", |
| 21 "build/util/lib/common/unittest_util.py", | 21 "build/util/lib/common/unittest_util.py", |
| 22 "infra/.*", | 22 "infra/.*", |
| 23 "DEPS", | 23 "DEPS", |
| 24 "testing/buildbot/.*", | 24 "testing/buildbot/.*", |
| 25 "testing/scripts/.*", | 25 "testing/scripts/.*", |
| 26 "testing/test_env.py", | 26 "testing/test_env.py", |
| 27 "third_party/android_platform/development/scripts/.*", | 27 "third_party/android_platform/development/scripts/.*", |
| 28 "tools/clang/blink_gc_plugin/CMakeLists.txt", | 28 "tools/clang/blink_gc_plugin/CMakeLists.txt", |
| 29 "tools/luci-go/.*" | 29 "tools/luci-go/.*" |
| 30 ], | |
| 31 "ignores": [ | |
| 32 ".*OWNERS" | |
|
tandrii(chromium)
2016/07/05 13:38:44
i think two entries like this is better:
".*/OWN
Paweł Hajdan Jr.
2016/07/05 13:49:37
Good point. Done.
| |
| 30 ] | 33 ] |
| 31 }, | 34 }, |
| 32 "chromium": { | 35 "chromium": { |
| 33 "exclusions": [ | 36 "exclusions": [ |
| 34 "chrome/test/data/.*", | 37 "chrome/test/data/.*", |
| 35 "chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py", | 38 "chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py", |
| 36 "components/test/data/.*", | 39 "components/test/data/.*", |
| 37 "content/test/data/.*", | 40 "content/test/data/.*", |
| 38 "content/test/gpu/.*", | 41 "content/test/gpu/.*", |
| 39 "extensions/test/data/.*", | 42 "extensions/test/data/.*", |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 51 "tools/perf/.*", | 54 "tools/perf/.*", |
| 52 "tools/telemetry/.*" | 55 "tools/telemetry/.*" |
| 53 ] | 56 ] |
| 54 }, | 57 }, |
| 55 "ios": { | 58 "ios": { |
| 56 "exclusions": [ | 59 "exclusions": [ |
| 57 "ios/build/bots/.*" | 60 "ios/build/bots/.*" |
| 58 ] | 61 ] |
| 59 } | 62 } |
| 60 } | 63 } |
| OLD | NEW |