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

Unified Diff: DEPS

Issue 394303002: roll common DEPS, and start using recursedeps (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: modify TODO comment 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 | slave/skia_slave_scripts/update_skp_version.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 7e4692b03976b54a5a29413edc1e5efae14c8431..0403fd63b9777d73f859353d3a15a6772dcf0092 100644
--- a/DEPS
+++ b/DEPS
@@ -26,7 +26,7 @@ vars = {
deps = {
# Utilities shared between the Skia and Skia-Buildbot repositories.
"common":
- Var("skia_git") + "/common.git@c92e6d8058240b0804b28fdc4f78261b7133431d",
+ Var("skia_git") + "/common.git@ac762a93094a8a45e2793820ababd280766eef2a",
# Chromium trunk code for running telemetry binaries.
"third_party/chromium_trunk/src/tools/perf":
@@ -70,9 +70,16 @@ deps = {
# Dependencies of the Chromium buildbot code.
# I tried to use From() to link to Chromium's /tools/build/DEPS dependencies,
# but I couldn't get it to work... so I have hard-coded these dependencies.
+ #
+ # TODO(borenet): Maybe use recursedeps for these? But hopefully we'll be
+ # completely upstreamed soon anyway, and we won't need to bother.
"third_party/chromium_buildbot/third_party/gsutil":
Var("chromium_git") + "/external/gsutil/src.git@b41305d0b538bae46777e1d9562ecec0149f8d44",
"third_party/chromium_buildbot/third_party/gsutil/boto":
Var("chromium_git") + "/external/boto.git@98fc59a5896f4ea990a4d527548204fed8f06c64",
}
+recursedeps = [
+ "common",
+]
+
« no previous file with comments | « no previous file | slave/skia_slave_scripts/update_skp_version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698