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

Unified Diff: DEPS

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: retry upload Created 6 years, 2 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 | configs/chromium/config_private.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 afe80e6554eee4ec0a622f2cca8d863a46cb3ccc..8c10c0791b4dc6d57dcbdf497496ba4e78c5ed65 100644
--- a/DEPS
+++ b/DEPS
@@ -15,7 +15,6 @@ use_relative_paths = True
vars = {
"chromium_trunk": "http://src.chromium.org/svn/trunk",
"chromium_revision": "179720",
- "chromium_git": "https://chromium.googlesource.com",
"skia_git": "https://skia.googlesource.com",
"telemetry_chromium_revision": "286171",
"webpagereplay_revision": "546",
@@ -53,30 +52,6 @@ deps = {
# chrome_remote_control/replay_server.py requires webpagereplay to be in src/third_party.
"third_party/src/third_party/webpagereplay":
"http://web-page-replay.googlecode.com/svn/trunk/@" + Var("webpagereplay_revision"),
-
borenet 2014/10/13 20:56:16 I think that no other code uses these DEPS...
- # Chromium buildbot code, pinned at an old revision for compatibility with our
- # buildbot code.
- "third_party/chromium_buildbot":
- Var("chromium_trunk") + "/tools/build@" + Var("chromium_revision"),
- "third_party/chromium_buildbot/scripts/command_wrapper/bin":
- Var("chromium_git") + "/chromium/tools/command_wrapper/bin.git@2eeebba9a512cae9e4e9312f5ec728dbdad80bd0",
- "third_party/depot_tools":
- Var("chromium_git") + "/chromium/tools/depot_tools.git",
-
- # Tip-of-tree Chromium buildbot code.
- "third_party/chromium_buildbot_tot":
- Var("chromium_git") + "/chromium/tools/build.git",
-
- # 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 = [
« no previous file with comments | « no previous file | configs/chromium/config_private.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698