Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py |
| index b9835ddbdf5a5c389d649d149817c5db91083733..24a8d84c0a9bea9198c1162689c38bc27a80aca4 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py |
| @@ -40,7 +40,7 @@ class DepsUpdater(object): |
| WPT_DEST_NAME, |
| 'https://chromium.googlesource.com/external/w3c/web-platform-tests.git') |
| - for resource in ['testharnessreport.js', 'vendor-prefix.js']: |
| + for resource in ['testharnessreport.js', 'WebIDLParser.js']: |
|
qyearsley
2016/05/27 00:19:36
Has vendor-prefix.js been renamed to WebIDLParser.
tkent
2016/05/27 00:29:06
No.
* We don't need to copy verndor-prefix.js beca
|
| source = self.path_from_webkit_base('LayoutTests', 'resources', resource) |
| destination = self.path_from_webkit_base('LayoutTests', 'imported', WPT_DEST_NAME, 'resources', resource) |
| self.copyfile(source, destination) |