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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

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
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 647452a650ae4fb6929498db7739564c710abcaa..b19d140ac8537e92f4d5e45a92bf09bc20aa1932 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -376,6 +376,11 @@
"label": "//device:device_unittests",
"type": "console_test_launcher",
},
+ "devtools_eslint": {
+ "label": "//third_party/WebKit/Source/devtools:eslint",
+ "type": "script",
+ "script": "//testing/scripts/run_devtools_eslint.py",
Dirk Pranke 2016/11/11 02:11:20 I think you want to add the path to the actual scr
chenwilliam 2016/12/06 18:22:09 Done.
+ },
"display_unittests": {
"label": "//ui/display:display_unittests",
"type": "console_test_launcher",

Powered by Google App Engine
This is Rietveld 408576698