Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: third_party/WebKit/LayoutTests/PRESUBMIT.py

Issue 2511333002: Cleanup after enabling WPTServe. (Closed)
Patch Set: Update a comment, remove the right testharnessreport.js Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/PRESUBMIT.py
diff --git a/third_party/WebKit/LayoutTests/PRESUBMIT.py b/third_party/WebKit/LayoutTests/PRESUBMIT.py
index 62199d47034e97fe5e31fa69ac457f8921f78615..87d981c1ca1ce40e1cffc024c45c13cd5ede8745 100644
--- a/third_party/WebKit/LayoutTests/PRESUBMIT.py
+++ b/third_party/WebKit/LayoutTests/PRESUBMIT.py
@@ -64,14 +64,9 @@ 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 = [
- ('external/wpt/common/vendor-prefix.js', 'resources/vendor-prefix.js'),
('external/wpt/resources/idlharness.js', 'resources/idlharness.js'),
('external/wpt/resources/testharness.js', 'resources/testharness.js'),
- ('external/wpt/resources/testharnessreport.js', 'resources/testharnessreport.js'),
- ('external/wpt/resources/WebIDLParser.js', 'resources/WebIDLParser.js'),
]
def _absolute_path(s):
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_runner.cc ('k') | third_party/WebKit/LayoutTests/W3CImportExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698