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

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

Issue 2176223002: Call update-w3c-test-expectations in deps_updater.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change host object called in update-w3c-deps and use builderlist for try-bots Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 42cf144ca22d8b7223cf2cc09ab1f89928e07391..2737db24480ed6777ac5b5db2255e2e100754de7 100755
--- a/third_party/WebKit/Tools/Scripts/update-w3c-deps
+++ b/third_party/WebKit/Tools/Scripts/update-w3c-deps
@@ -6,12 +6,12 @@
"""Pull latest revisions of the W3C test repos and update our DEPS entries."""
from webkitpy.common import version_check
-from webkitpy.common.system.systemhost import SystemHost
+from webkitpy.common.host import Host
from webkitpy.w3c.deps_updater import DepsUpdater
if __name__ == '__main__':
- host = SystemHost()
+ host = Host()
updater = DepsUpdater(host)
try:
host.exit(updater.main())
« no previous file with comments | « no previous file | 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