Skip to content

Commit

Permalink
Update WATCHLISTs for obsolete paths
Browse files Browse the repository at this point in the history
* Update blink_dom_events and blink_wtf for new paths
* Remove blink_css_region, blink_web

NOTRY=true

Change-Id: I79ef505518c148ca280ced3e086392ea80ebf9e0
Reviewed-on: https://chromium-review.googlesource.com/680195
Reviewed-by: Hayato Ito <[email protected]>
Commit-Queue: Kent Tamura <[email protected]>
Cr-Commit-Position: refs/heads/master@{#503969}
  • Loading branch information
tkent-google authored and Commit Bot committed Sep 25, 2017
1 parent 80dac7f commit 1be2268
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,6 @@
'|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \
'|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/'
},
'blink_css_regions': {
'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \
'|third_party/WebKit/Source/core/dom/NodeRendering' \
'|third_party/WebKit/Source/core/dom/.*NamedFlow' \
'|third_party/WebKit/Source/core/css/.*Region' \
'|third_party/WebKit/LayoutTests/compositing/regions/' \
'|third_party/WebKit/LayoutTests/fast/regions/' \
'|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
},
'blink_custom_elements': {
'filepath': 'third_party/WebKit/Source/core/html/custom/' \
'|third_party/WebKit/Source/bindings/core/v8/.*CustomElement',
Expand All @@ -306,14 +297,7 @@
'filepath': 'third_party/WebKit/Source/core/dom/'
},
'blink_dom_events': {
'filepath': 'third_party/WebKit/Source/core/events/Event\.' \
'|third_party/WebKit/Source/core/events/EventInit' \
'|third_party/WebKit/Source/core/events/EventPath' \
'|third_party/WebKit/Source/core/events/EventListener' \
'|third_party/WebKit/Source/core/events/EventDispatcher' \
'|third_party/WebKit/Source/core/events/EventDispatchMediator' \
'|third_party/WebKit/Source/core/events/EventTarget' \
'|third_party/WebKit/Source/core/events/.*EventContext'
'filepath': 'third_party/WebKit/Source/core/dom/events/'
},
'blink_events': {
'filepath': 'third_party/WebKit/Source/core/page/.*Event' \
Expand Down Expand Up @@ -536,9 +520,6 @@
'filepath': 'third_party/WebKit/LayoutTests/external/' \
'|third_party/WebKit/Tools/Scripts/webkitpy/w3c/'
},
'blink_web': {
'filepath': 'third_party/WebKit/Source/web'
},
'blink_webcomponents': {
'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \
'|third_party/WebKit/Source/core/dom/.*Slot' \
Expand All @@ -563,7 +544,7 @@
'|third_party/WebKit/LayoutTests/external/wpt/workers'
},
'blink_wtf': {
'filepath': 'third_party/WebKit/Source/wtf',
'filepath': 'third_party/WebKit/Source/platform/wtf',
},
'blink_xml': {
'filepath': 'third_party/WebKit/Source/core/xml/'
Expand Down Expand Up @@ -1734,7 +1715,6 @@
'blink_css_grid_layout': ['[email protected]',
'[email protected]',
'[email protected]'],
'blink_css_regions': ['[email protected]'],
'blink_custom_elements': ['[email protected]',
'[email protected]'],
'blink_device_orientation': ['[email protected]',
Expand Down Expand Up @@ -1866,8 +1846,6 @@
'blink_vibration': ['[email protected]'],
'blink_viewport_interaction': ['[email protected]'],
'blink_w3ctests': ['[email protected]'],
'blink_web': ['[email protected]',
'[email protected]'],
'blink_webcomponents': ['[email protected]'],
'blink_webp': ['[email protected]',
'[email protected]',
Expand Down

0 comments on commit 1be2268

Please sign in to comment.