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

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: windows lineendings for depot-tools-auth.bat 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: depot-tools-auth
diff --git a/apply_issue b/depot-tools-auth
similarity index 52%
copy from apply_issue
copy to depot-tools-auth
index 1f7115e1d5e7e2b3262797b6db04789ed9480cb0..9233c92ed880d32b955990c5c826eea8f355a21c 100755
--- a/apply_issue
+++ b/depot-tools-auth
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 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/apply_issue.py" "$@"
+PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/depot-tools-auth.py" "$@"
« no previous file with comments | « auth.py ('k') | depot-tools-auth.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698