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
This commit is contained in:
kjellander@webrtc.org
2014-08-20 10:47:47 +00:00
parent 52275341d8
commit 58c1c98d3b

9
DEPS
View File

@@ -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*",