Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: third_party/WebKit/Tools/Scripts/update-w3c-deps

Issue 2650923003: Rename w3c test importer script update-w3c-deps -> wpt-import. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « third_party/WebKit/LayoutTests/external/README ('k') | third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698