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 = [ |