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

Unified Diff: DEPS

Issue 387233003: gs_utils.py: use boto instead of google-api-python-client library so we can use .boto file credentia (Closed) Base URL: https://skia.googlesource.com/common.git@master
Patch Set: Created 6 years, 5 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 | py/utils/gs_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 3580231e1f8770418e77f345e6e14768c9cae34c..c8667275cad084df7c9ce8ae42ab99aaaa46640b 100644
--- a/DEPS
+++ b/DEPS
@@ -3,8 +3,5 @@ use_relative_paths = True
# Dependencies on outside packages.
#
deps = {
- "third_party/externals/google-api-python-client" : "https://github.com/google/google-api-python-client.git@ecc64a0a2baa4a77f35dec83ad05c6c9ba2d2841",
- "third_party/externals/httplib2" : "https://github.com/jcgregorio/httplib2.git@7d1b88a3cf34774242bf4c0578c09c0092bb05d8",
- "third_party/externals/oauth2client" : "https://github.com/google/oauth2client.git@d02b317af0313dcf66755844f5421651af5eb356",
- "third_party/externals/uritemplate-py" : "https://github.com/uri-templates/uritemplate-py.git@1e780a49412cdbb273e9421974cb91845c124f3f",
+ "third_party/externals/boto" : "https://github.com/boto/boto.git@410909e993746c1b7a2604721d82afc0d2778a8a",
}
« no previous file with comments | « no previous file | py/utils/gs_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698