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

Unified Diff: third_party/mojo/src/mojo/public/tools/pylib/gs.py

Issue 2378683002: Remove --bypass_prodaccess option from mojo download step. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/tools/pylib/gs.py
diff --git a/third_party/mojo/src/mojo/public/tools/pylib/gs.py b/third_party/mojo/src/mojo/public/tools/pylib/gs.py
index f8761b53b1dc95bc1617ed00b5eec45194ba0b90..3e7192d735044201ade1306bfed802c6cf83e9a1 100644
--- a/third_party/mojo/src/mojo/public/tools/pylib/gs.py
+++ b/third_party/mojo/src/mojo/public/tools/pylib/gs.py
@@ -23,7 +23,6 @@ def download_from_public_bucket(gs_path, output_path, depot_tools_path):
try:
subprocess.check_output(
[gsutil_exe,
- "--bypass_prodaccess",
"cp",
gs_path,
output_path],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698