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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2486903002: DevTools: Add support for installing node and running eslint over devtools. (Closed)
Patch Set: fix Created 4 years 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: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index c6d44074b4260018bb5099c90594f95fc12319b0..1cba94f7b4f58038f89fd93f6602470c244eda2f 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -390,6 +390,14 @@
"../../third_party/WebKit/Source/devtools/scripts/compile_frontend.py",
],
},
+ "devtools_eslint": {
+ "label": "//third_party/WebKit/Source/devtools:devtools_eslint",
+ "type": "script",
+ "script": "//testing/scripts/run_devtools_eslint.py",
+ "args": [
+ "../../third_party/WebKit/Source/devtools/scripts/buildbot/run_eslint.py",
+ ],
+ },
"display_unittests": {
"label": "//ui/display:display_unittests",
"type": "console_test_launcher",

Powered by Google App Engine
This is Rietveld 408576698