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

Unified Diff: DEPS

Issue 457003004: Make landmines work on local builds too (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland: handle clean pull and ios 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 45d1e2c922804ad2e8eb93c86bad723966247523..cf8214a2a7712c159562fa1a8bb15a1b923577bf 100644
--- a/DEPS
+++ b/DEPS
@@ -587,6 +587,17 @@ skip_child_includes = [
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