Commit 6b30abd0 authored by Takeshi Yoshino's avatar Takeshi Yoshino Committed by Commit Bot

Fix broken WATCHLISTS rules

Bug: 
Change-Id: I2226cd621bcd9c85d8ce179f14f768645cf97db3
Reviewed-on: https://chromium-review.googlesource.com/572444
Commit-Queue: Takeshi Yoshino <tyoshino@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487004}
parent 35934f34
......@@ -780,7 +780,7 @@
'chrome/browser/net/.*net_log|' \
'chrome/browser/resources/net_internals/|' \
'chrome/browser/ui/webui/net_internals/|' \
'components/net_log/'
'components/net_log/'
},
'net_spdy': {
'filepath': 'net/spdy/',
......@@ -1272,8 +1272,8 @@
'|third_party/WebKit/Source/core/rendering/.*Bidi',
},
'blink_bindings': {
'filepath': 'third_party/WebKit/Source/platform/bindings',
'filepath': 'third_party/WebKit/Source/bindings',
'filepath': 'third_party/WebKit/Source/platform/bindings' \
'|third_party/WebKit/Source/bindings',
},
'blink_bindings_serialization': {
'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ',
......@@ -1381,8 +1381,8 @@
'|third_party/WebKit/LayoutTests/imagecapture/'
},
'blink_loader': {
'filepath': 'third_party/WebKit/Source/core/loader', \
'filepath': 'third_party/WebKit/Source/platform/loader'
'filepath': 'third_party/WebKit/Source/core/loader' \
'|third_party/WebKit/Source/platform/loader'
},
'blink_modules': {
'filepath': 'third_party/WebKit/Source/modules'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment