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

Unified Diff: tools/dartium/get_chromium_build.py

Issue 244643006: Migrate dartium_tools from chrome branch to dart repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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: tools/dartium/get_chromium_build.py
diff --git a/tools/bots/get_chromium_build.py b/tools/dartium/get_chromium_build.py
similarity index 98%
copy from tools/bots/get_chromium_build.py
copy to tools/dartium/get_chromium_build.py
index c5bbd33ccd949ad890b79e4a9318f68982783bea..edb8bacaa5c419be47c6b98ba15045b600a16cac 100755
--- a/tools/bots/get_chromium_build.py
+++ b/tools/dartium/get_chromium_build.py
@@ -11,7 +11,7 @@
Use -t option to specify the directory to unzip the build into.
Usage:
- $ get_chromium_build.py -r <revision> -t <target>
+ $ /path/to/get_chromium_build.py -r <revision> -t <target>
"""
import logging

Powered by Google App Engine
This is Rietveld 408576698