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