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

Unified Diff: mojo/services/upload_service.py

Issue 1418513007: Move find_depot_tools.py to build/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fixes Created 5 years, 2 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: mojo/services/upload_service.py
diff --git a/mojo/services/upload_service.py b/mojo/services/upload_service.py
index 184e35fd031da0399ef689185fb729e930f7a0cd..7fb8f942393af32a0d33e61b6abb4d18cf875bec 100755
--- a/mojo/services/upload_service.py
+++ b/mojo/services/upload_service.py
@@ -38,7 +38,7 @@ root_path = os.path.realpath(
os.pardir,
os.pardir))
-find_depot_tools_path = os.path.join(root_path, "tools", "find_depot_tools.py")
+find_depot_tools_path = os.path.join(root_path, "build", "find_depot_tools.py")
find_depot_tools = imp.load_source("find_depot_tools", find_depot_tools_path)
depot_tools_path = find_depot_tools.add_depot_tools_to_path()
« no previous file with comments | « chrome/test/ispy/client/boto_bucket.py ('k') | third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698