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

Unified Diff: DEPS

Issue 371313002: Remove last traces of third_party/clang_format (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « .gitignore ('k') | third_party/clang_format/README.chromium » ('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 58ec42f69463bc96e83ccc728e645ce4c7461489..8e49b4264555c88c94ae3b99e69af7edf7d56688 100644
--- a/DEPS
+++ b/DEPS
@@ -749,15 +749,6 @@ hooks = [
"-s", "src/buildtools/linux64/clang-format.sha1",
],
},
- {
- # Remove clang-format binaries from third_party/clang_format/bin that
- # aren't used anymore.
- # TODO(jochen) remove this and the .gitignore entry after the end of July,
- # 2014.
- "name": "remove_old_clang_format_binaries",
- "pattern": ".",
- "action": ["python", "src/third_party/clang_format/bin/rm_binaries.py"],
- },
# Pull binutils for linux, enabled debug fission for faster linking /
# debugging when used with clang on Ubuntu Precise.
# https://code.google.com/p/chromium/issues/detail?id=352046
« no previous file with comments | « .gitignore ('k') | third_party/clang_format/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698