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

Unified Diff: DEPS

Issue 2359933005: DEPS hook for installing the clang-format merge driver. (Closed)
Patch Set: Nicely formatted with no copy finding Created 4 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
Index: DEPS
diff --git a/DEPS b/DEPS
index bda2e57122cccc9c4f82decf2b321b6fbbb5f4b2..aa08710b51ca85c7360e87dcb00feb1aa7921e4c 100644
--- a/DEPS
+++ b/DEPS
@@ -1008,6 +1008,13 @@ hooks = [
"-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1",
],
},
+ {
+ 'name': 'clang_format_merge_driver',
+ 'pattern': '.',
+ 'action': [ 'python',
+ 'src/tools/clang_format_merge_driver/install_git_hook.py',
+ ],
+ },
]
recursedeps = [
« no previous file with comments | « no previous file | tools/clang_format_merge_driver/OWNERS » ('j') | tools/clang_format_merge_driver/install_git_hook.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698