| 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',
|
| ]]
|
|
|
|
|