Commit 0ba3d35d authored by peter@chromium.org's avatar peter@chromium.org

Extend the Push and Notification WATCHLISTS to cover layout tests

R=johnme
BUG=

Review URL: https://codereview.chromium.org/1311673008

git-svn-id: svn://svn.chromium.org/blink/trunk@201224 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 5513631a
...@@ -140,7 +140,8 @@ ...@@ -140,7 +140,8 @@
'filepath': 'Source/core/loader', 'filepath': 'Source/core/loader',
}, },
'notifications': { 'notifications': {
'filepath': 'Source/modules/notifications' \ 'filepath': 'LayoutTests/http/tests/notifications' \
'|Source/modules/notifications' \
'|public/platform/modules/notifications' '|public/platform/modules/notifications'
}, },
'owners': { 'owners': {
...@@ -160,7 +161,8 @@ ...@@ -160,7 +161,8 @@
'filepath': 'public' 'filepath': 'public'
}, },
'push_messaging': { 'push_messaging': {
'filepath': 'Source/modules/push_messaging' \ 'filepath': 'LayoutTests/http/tests/push_messaging' \
'|Source/modules/push_messaging' \
'|public/platform/modules/push_messaging' '|public/platform/modules/push_messaging'
}, },
'platform_graphics': { 'platform_graphics': {
......
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