| 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 56ab91e3f7a3f50496f7375b3528b578db23059c..c3ef8a736dc1439d0ff93185bbe5c62dbf99fd8f 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| @@ -158,8 +158,8 @@ class DepsUpdater(object):
|
| Runs the (newly-updated) manifest command if it's found, and then
|
| stages the generated MANIFEST.json in the git index, ready to commit.
|
| """
|
| - manifest_command = self.fs.join(original_repo_path, 'manifest')
|
| - if not self.fs.exists(manifest_command):
|
| + manifest_command = self.finder.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty', 'wpt', 'manifest')
|
| + if 'css' in dest_path:
|
| # Do nothing for csswg-test.
|
| return
|
| _log.info('Generating MANIFEST.json')
|
|
|