forked from ks32/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update WATCHLISTs for obsolete paths
* 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
1 parent
80dac7f
commit 1be2268
Showing
1 changed file
with
2 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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' \ | ||
|
@@ -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' \ | ||
|
@@ -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/' | ||
|
@@ -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]', | ||
|
@@ -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]', | ||
|