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

Unified Diff: DEPS

Issue 2486903002: DevTools: Add support for installing node and running eslint over devtools. (Closed)
Patch Set: Created 4 years, 1 month 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 | testing/buildbot/chromium.linux.json » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 1480ff7596293d6c4f6407b8b0a17d036c6c4353..156a0e2b802d8d39e680f7cdbcecafcd6573b1a4 100644
--- a/DEPS
+++ b/DEPS
@@ -1018,6 +1018,14 @@ hooks = [
'src/tools/clang_format_merge_driver/install_git_hook.py',
],
},
+ {
+ 'name': 'devtools_install_node',
+ 'action': [ 'python',
+ 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.py',
+ '--running-as-hook',
+ '--version',
+ ],
+ },
]
recursedeps = [
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698