summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-10-13 11:36:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-13 18:36:42 +0000
commitd21f947f56525ca24e21ffa4266b0a392a21eaa7 (patch)
tree4b734483d0624340c0619065c9a1d8506c24fdd5 /WATCHLISTS
parent9017313f6a8c4fd4b0971b69470c6db6a7e93e1c (diff)
downloadchromium_src-d21f947f56525ca24e21ffa4266b0a392a21eaa7.zip
chromium_src-d21f947f56525ca24e21ffa4266b0a392a21eaa7.tar.gz
chromium_src-d21f947f56525ca24e21ffa4266b0a392a21eaa7.tar.bz2
Update filepath of blink_test_runner watchlist.
DumpRenderTree is long gone and has been replaced by content_shell. https://groups.google.com/a/chromium.org/d/topic/blink-dev/e8rhoAZcfSU/discussion BUG=None R=jochen@chromium.org,mlamouri@chromium.org Review URL: https://codereview.chromium.org/1383983004 Cr-Commit-Position: refs/heads/master@{#353805}
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS17
1 files changed, 11 insertions, 6 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 75b4273..166351f 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -1136,9 +1136,6 @@
'blink_svg': {
'filepath': 'third_party/WebKit/Source/core/(layout/)?svg',
},
- 'blink_test_runner': {
- 'filepath': 'third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner',
- },
'blink_vibration': {
'filepath': 'third_party/WebKit/LayoutTests/vibration/' \
'|third_party/WebKit/Source/modules/vibration/'
@@ -1179,7 +1176,15 @@
},
'blink_xmlhttprequest': {
'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
- }
+ },
+ 'test_runner': {
+ 'filepath': 'components/test_runner/' \
+ '|content/shell/(common|browser|renderer)/layout_test/' \
+ '|content/test/layouttest_support.cc' \
+ '|content/public/test/layouttest_support.h' \
+ '|components/html_viewer/layout_test*' \
+ '|components/html_viewer/web_test_delegate_impl.*'
+ },
},
'WATCHLISTS': {
@@ -1641,8 +1646,6 @@
'fs@opera.com',
'gyuyoung.kim@chromium.org',
'kouhei+svg@chromium.org' ],
- 'blink_test_runner': [ 'jochen+watch@chromium.org',
- 'mlamouri+watch-blink@chromium.org' ],
'blink_w3ctests' : [ 'blink-reviews-w3ctests@chromium.org' ],
'blink_webp': [ 'urvang@chromium.org',
'jzern@chromium.org',
@@ -1663,5 +1666,7 @@
'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
'blink-reviews-wtf@chromium.org' ],
'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
+ 'test_runner': [ 'jochen+watch@chromium.org',
+ 'mlamouri+watch-test-runner@chromium.org' ],
},
}