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

Unified Diff: DEPS

Issue 309653005: download_actuals.py: download JSON files from Google Storage instead of skia-autogen (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: expand list comprehensions to be more readable Created 6 years, 7 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 | gm/rebaseline_server/download_actuals.py » ('j') | gm/rebaseline_server/download_actuals.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index c27c9a7a0f063e8a8a251e810fc1165744cd0e0d..97e755eae2e713c40b5f4aa40f77550a07db6294 100644
--- a/DEPS
+++ b/DEPS
@@ -1,11 +1,6 @@
use_relative_paths = True
-# Dependencies on outside packages, as needed for developers/bots that use
-# "gclient" instead of raw SVN access.
-#
-# For now, this must be maintained in parallel with "SVN externals"
-# dependencies for developers who use raw SVN instead of "gclient".
-# See third_party/externals/README
+# Dependencies on outside packages.
#
deps = {
# DEPS using https://chromium.googlesource.com are pulled from chromium @ r205199
@@ -13,6 +8,7 @@ deps = {
"third_party/externals/angle" : "https://chromium.googlesource.com/external/angleproject.git",
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@bdc9b2f0ed9e365bf5a4d19799d93a512f07dd32",
"third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@VER-2-5-0-1",
+ "third_party/externals/google-api-python-client" : "https://github.com/google/google-api-python-client.git@56557e2c1d2cbce0d2de26e3a7f32f836b8f5eb2",
"third_party/externals/gyp" : "https://chromium.googlesource.com/external/gyp.git@5917c6a6b77c9e97a0cbb66847194381bd36ec4c",
"third_party/externals/libjpeg" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@82ce8a6d4ebe12a177c0c3597192f2b4f09e81c3",
"third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/jsoncpp/jsoncpp.git@ab1e40f3bce061ea6f9bdc60351d6cde2a4f872b",
« no previous file with comments | « no previous file | gm/rebaseline_server/download_actuals.py » ('j') | gm/rebaseline_server/download_actuals.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698