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

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

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/LayoutTests/NeverFixTests ('k') | third_party/WebKit/LayoutTests/SlowTests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/PRESUBMIT.py
diff --git a/third_party/WebKit/LayoutTests/PRESUBMIT.py b/third_party/WebKit/LayoutTests/PRESUBMIT.py
index ad600ee012150986fc3dd06fa27fb4b7cba04edb..a46aa177d5982c15be66000e3fb266110639c5c9 100644
--- a/third_party/WebKit/LayoutTests/PRESUBMIT.py
+++ b/third_party/WebKit/LayoutTests/PRESUBMIT.py
@@ -37,12 +37,15 @@ def _CheckIdenticalFiles(input_api, output_api):
groups = [[
'imported/web-platform-tests/resources/testharness.js',
+ 'imported/wpt/resources/testharness.js',
'resources/testharness.js',
], [
'imported/web-platform-tests/resources/testharnessreport.js',
+ 'imported/wpt/resources/testharnessreport.js',
'resources/testharnessreport.js',
], [
'imported/web-platform-tests/resources/idlharness.js',
+ 'imported/wpt/resources/idlharness.js',
'resources/idlharness.js',
]]
« no previous file with comments | « third_party/WebKit/LayoutTests/NeverFixTests ('k') | third_party/WebKit/LayoutTests/SlowTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698