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

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

Issue 1898703003: Remove testharness.js and friends in LayoutTests/http/tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 de31265b94ae4937bb89dce7db6cf2d254e44aa8..12ebecc4785ca9d1f704968d3626b121dbbe9e27 100644
--- a/third_party/WebKit/LayoutTests/PRESUBMIT.py
+++ b/third_party/WebKit/LayoutTests/PRESUBMIT.py
@@ -36,19 +36,14 @@ def _CheckIdenticalFiles(input_api, output_api):
dirty_files = set(input_api.LocalPaths())
groups = [[
+ 'imported/web-platform-tests/resources/testharness.js',
'resources/testharness.js',
- 'http/tests/resources/testharness.js',
- 'http/tests/w3c/resources/testharness.js',
], [
+ 'imported/web-platform-tests/resources/testharnessreport.js',
'resources/testharnessreport.js',
- 'http/tests/resources/testharnessreport.js',
- 'http/tests/w3c/resources/testharnessreport.js',
], [
+ 'imported/web-platform-tests/resources/idlharness.js',
'resources/idlharness.js',
- 'http/tests/w3c/resources/idlharness.js',
- ], [
- 'resources/WebIDLParser.js',
- 'http/tests/w3c/resources/WebIDLParser.js',
], [
'resources/testharness-helpers.js',
'http/tests/resources/testharness-helpers.js',

Powered by Google App Engine
This is Rietveld 408576698