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

Unified Diff: win_toolchain/get_toolchain_if_necessary.py

Issue 213913002: win_toolchain: Note that google.com credentials are required (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 9 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: win_toolchain/get_toolchain_if_necessary.py
diff --git a/win_toolchain/get_toolchain_if_necessary.py b/win_toolchain/get_toolchain_if_necessary.py
index 0ea3d768d750311f5b929326a1588805dd6e6a76..127506ba2f9221af535f9395ff4a2e843411d443 100755
--- a/win_toolchain/get_toolchain_if_necessary.py
+++ b/win_toolchain/get_toolchain_if_necessary.py
@@ -162,8 +162,10 @@ def RequestGsAuthentication():
print
print ' download_from_google_storage --config'
print
- print 'and follow the instructions. NOTE: Just press Enter when asked for'
- print 'a "project-id".'
+ print 'and follow the instructions.'
+ print
+ print 'NOTE 1: Use your google.com credentials, not chromium.org.'
+ print 'NOTE 2: Just press Enter when asked for a "project-id".'
print
print '-----------------------------------------------------------------'
print
« 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