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

Unified Diff: depot-tools-auth

Issue 1074673002: Add OAuth2 support for end users (i.e. 3-legged flow with the browser). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 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
« no previous file with comments | « auth.py ('k') | depot-tools-auth.bat » ('j') | depot-tools-auth.bat » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: depot-tools-auth
diff --git a/fetch b/depot-tools-auth
similarity index 51%
copy from fetch
copy to depot-tools-auth
index bea6718c77ffc86eca095d4d9d0dbdb0a57bba5f..193afb97187ac1fb21faf32704cd97de30881d97 100755
--- a/fetch
+++ b/depot-tools-auth
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Copyright (c) 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
base_dir=$(dirname "$0")
-PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/fetch.py" "$@"
+PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/depot-tools-auth.py" "$@"
« no previous file with comments | « auth.py ('k') | depot-tools-auth.bat » ('j') | depot-tools-auth.bat » ('J')

Powered by Google App Engine
This is Rietveld 408576698