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

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

Issue 2004463002: Move remaining files from web-platform-tests/ and update remaining paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update paths in webkitpy/layout_tests/servers/. 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 | « no previous file | third_party/WebKit/LayoutTests/W3CImportExpectations » ('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..14239542734289bb7ffdb972492f6a80d9de8aae 100644
--- a/third_party/WebKit/LayoutTests/PRESUBMIT.py
+++ b/third_party/WebKit/LayoutTests/PRESUBMIT.py
@@ -36,13 +36,13 @@ def _CheckIdenticalFiles(input_api, output_api):
dirty_files = set(input_api.LocalPaths())
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 | « no previous file | third_party/WebKit/LayoutTests/W3CImportExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698