| Index: third_party/WebKit/Tools/Scripts/update-w3c-deps
|
| diff --git a/third_party/WebKit/Tools/Scripts/update-w3c-deps b/third_party/WebKit/Tools/Scripts/update-w3c-deps
|
| deleted file mode 100755
|
| index 2737db24480ed6777ac5b5db2255e2e100754de7..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Tools/Scripts/update-w3c-deps
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -#!/usr/bin/python
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -"""Pull latest revisions of the W3C test repos and update our DEPS entries."""
|
| -
|
| -from webkitpy.common import version_check
|
| -from webkitpy.common.host import Host
|
| -from webkitpy.w3c.deps_updater import DepsUpdater
|
| -
|
| -
|
| -if __name__ == '__main__':
|
| - host = Host()
|
| - updater = DepsUpdater(host)
|
| - try:
|
| - host.exit(updater.main())
|
| - except KeyboardInterrupt:
|
| - host.print_("Interrupted, exiting")
|
| - host.exit(130)
|
|
|