Index: third_party/WebKit/LayoutTests/PRESUBMIT.py |
diff --git a/third_party/WebKit/LayoutTests/PRESUBMIT.py b/third_party/WebKit/LayoutTests/PRESUBMIT.py |
index 815b34e120ef324ceddda848b5f81fd94639bae0..c1d2a806b6b525b12e8a98a551c015002ce0068c 100644 |
--- a/third_party/WebKit/LayoutTests/PRESUBMIT.py |
+++ b/third_party/WebKit/LayoutTests/PRESUBMIT.py |
@@ -64,6 +64,8 @@ def _CheckIdenticalFiles(input_api, output_api): |
""" |
dirty_files = set(input_api.LocalPaths()) |
+ # TODO(tkent): Remove vendor-prefix.js, testharnessreport.js, and |
+ # WebIDLParser.js from |groups| after enabling WPTServe. |
groups = [ |
('imported/wpt/common/vendor-prefix.js', 'resources/vendor-prefix.js'), |
('imported/wpt/resources/idlharness.js', 'resources/idlharness.js'), |