Remove remove_old_gn_binaries DEPS entry.

Marked for removal at the end of last month.

R=kjellander@webrtc.org
BUG=

Review URL: https://webrtc-codereview.appspot.com/18049004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6826 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org 2014-08-05 16:20:29 +00:00
parent fdcb42dac4
commit 923db6a364

7
DEPS
View File

@ -299,13 +299,6 @@ hooks = [
"-s", Var("root_dir") + "/buildtools/linux32/gn.sha1",
],
},
{
# Remove GN binaries from tools/gn/bin that aren't used anymore.
# TODO(kjellander) remove after the end of July, 2014.
"name": "remove_old_gn_binaries",
"pattern": ".",
"action": ["python", Var("root_dir") + "/tools/gn/bin/rm_binaries.py"],
},
# Pull clang-format binaries using checked-in hashes.
{
"name": "clang_format_win",