aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-20 10:47:47 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-20 10:47:47 +0000
commit58c1c98d3b15aeee00e838a264269d69e7f57657 (patch)
tree9fa6916b88f95772d90498eb366f611640e04a51 /DEPS
parent52275341d82ef7839d902971242d7ccd6f972043 (diff)
downloadwebrtc-58c1c98d3b15aeee00e838a264269d69e7f57657.tar.gz
Remove DEPS reference to third_party/clang_format
Clang format has moved into Chromium's src/buildtools and the last traces from third_party/clang_format were removed in http://crrev.com/285030. This removes it from the WebRTC checkouts as well (it is now an tree of empty directories). Our DEPS entry for removing the old binaries from pre-move into src/buildtools was removed in https://code.google.com/p/webrtc/source/detail?r=6788 BUG= R=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21259004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6936 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS9
1 files changed, 3 insertions, 6 deletions
diff --git a/DEPS b/DEPS
index 2f6bcd5fb2..09a79ae3ec 100644
--- a/DEPS
+++ b/DEPS
@@ -50,9 +50,6 @@ deps = {
"third_party/build_gn":
File(Var("chromium_trunk") + "/src/third_party/BUILD.gn@" + Var("chromium_revision")),
- "third_party/clang_format":
- Var("chromium_trunk") + "/src/third_party/clang_format@" + Var("chromium_revision"),
-
"third_party/colorama/src":
From("chromium_deps", "src/third_party/colorama/src"),
@@ -299,7 +296,7 @@ hooks = [
# Pull clang-format binaries using checked-in hashes.
{
"name": "clang_format_win",
- "pattern": "third_party/clang_format/bin/win/clang-format.exe.sha1",
+ "pattern": ".",
"action": [ "download_from_google_storage",
"--no_resume",
"--platform=win32",
@@ -310,7 +307,7 @@ hooks = [
},
{
"name": "clang_format_mac",
- "pattern": "third_party/clang_format/bin/mac/clang-format.sha1",
+ "pattern": ".",
"action": [ "download_from_google_storage",
"--no_resume",
"--platform=darwin",
@@ -321,7 +318,7 @@ hooks = [
},
{
"name": "clang_format_linux",
- "pattern": "third_party/clang_format/bin/linux/clang-format.sha1",
+ "pattern": ".",
"action": [ "download_from_google_storage",
"--no_resume",
"--platform=linux*",