| 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 ab655cbe06a620e5ce9ac79b9bf39522513411b5..bac3312d8680453e5b230960a72c3712630d30d8 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| @@ -122,6 +122,8 @@ class DepsUpdater(object):
|
| If this method is changed, the lists of files expected to be identical
|
| in LayoutTests/PRESUBMIT.py should also be changed.
|
| """
|
| + # TODO(tkent): resources_to_copy_to_wpt is unnecessary after enabling
|
| + # WPTServe.
|
| resources_to_copy_to_wpt = [
|
| ('testharnessreport.js', 'resources'),
|
| ('WebIDLParser.js', 'resources'),
|
|
|