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

Unified Diff: DEPS

Issue 955463002: Port chromium landmines script. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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/gyp_environment.py » ('j') | build/landmines.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index b829d05dabb9ad6e992719935c844d5f7aed8754..c46d1a240a69c4bffd1f8680de385c8a8b37a92d 100644
--- a/DEPS
+++ b/DEPS
@@ -46,6 +46,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',
+ 'v8/build/landmines.py',
+ ],
+ },
# Pull clang-format binaries using checked-in hashes.
{
"name": "clang_format_win",
« no previous file with comments | « .gitignore ('k') | build/gyp_environment.py » ('j') | build/landmines.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698