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

Unified Diff: scripts/slave/recipes/chromium_gn_upload.py

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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: scripts/slave/recipes/chromium_gn_upload.py
diff --git a/scripts/slave/recipes/chromium_gn_upload.py b/scripts/slave/recipes/chromium_gn_upload.py
index d04808ed7223009aeb88f5b5146e2b332c8e5a65..c924d87c57d12bcfbb11c910652c8a0f57c278f2 100644
--- a/scripts/slave/recipes/chromium_gn_upload.py
+++ b/scripts/slave/recipes/chromium_gn_upload.py
@@ -6,7 +6,6 @@ from recipe_engine.types import freeze
DEPS = [
'depot_tools/bot_update',
- 'depot_tools/infra_paths',
'chromium',
'file',
'gsutil',
@@ -84,7 +83,7 @@ def RunSteps(api):
api.m.step('gn strip', cmd=['strip', path_to_binary])
api.python('upload',
- api.infra_paths['depot_tools'].join('upload_to_google_storage.py'),
+ api.path['depot_tools'].join('upload_to_google_storage.py'),
['-b', 'chromium-gn', path_to_binary])
sha1 = api.file.read('gn sha1', path_to_binary + '.sha1',

Powered by Google App Engine
This is Rietveld 408576698