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

Unified Diff: DEPS

Issue 469623002: Revert of Make landmines work on local builds too (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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') | build/get_landmines.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 507375be2603d84918f8325b88bae35e8bd3be37..358b8c86d7c9bbed1e64cda9f69e6239b40e3d56 100644
--- a/DEPS
+++ b/DEPS
@@ -587,17 +587,6 @@
hooks = [
{
- # This clobbers when necessary (based on get_landmines.py). It must be the
- # first hook so that other things that get/generate into the output
- # directory will not subsequently be clobbered.
- "name": "landmines",
- "pattern": ".",
- "action": [
- "python",
- "src/build/landmines.py",
- ],
- },
- {
# This downloads binaries for Native Client's newlib toolchain.
# Done in lieu of building the toolchain from scratch as it can take
# anywhere from 30 minutes to 4 hours depending on platform to build.
« no previous file with comments | « .gitignore ('k') | build/get_landmines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698