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

Unified Diff: DEPS

Issue 598493002: Cleanup: Remove the instances of "rm_binaries.py" from 'src/tools/gn/bin' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | tools/gn/bin/rm_binaries.py » ('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 9ddd8af9eee83b05b2bb098f512c99aa319aa8ec..953a14e072a82b6506982d623c7ba55679f4e140 100644
--- a/DEPS
+++ b/DEPS
@@ -670,13 +670,6 @@ hooks = [
'-s', 'src/buildtools/linux64/gn.sha1',
],
},
- {
- # Remove GN binaries from tools/gn/bin that aren't used anymore.
- # TODO(brettw) remove after the end of July, 2014.
- 'name': 'remove_old_gn_binaries',
- 'pattern': '.',
- 'action': ['python', 'src/tools/gn/bin/rm_binaries.py'],
- },
# Pull clang-format binaries using checked-in hashes.
{
'name': 'clang_format_win',
« no previous file with comments | « no previous file | tools/gn/bin/rm_binaries.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698