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

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 node.py 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
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/scripts/run_devtools_check.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 1d57587112ae5ae9657d849c3a8458a56358de3a..20085d325470e453374d00498bc7aded2ccf3f12 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -385,11 +385,19 @@
"devtools_closure_compile": {
"label": "//third_party/WebKit/Source/devtools:devtools_closure_compile",
"type": "script",
- "script": "//testing/scripts/run_devtools_closure_compile.py",
+ "script": "//testing/scripts/run_devtools_check.py",
"args": [
"../../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_check.py",
+ "args": [
+ "../../third_party/WebKit/Source/devtools/scripts/buildbot/run_eslint.py",
+ ],
+ },
"display_unittests": {
"label": "//ui/display:display_unittests",
"type": "console_test_launcher",
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/scripts/run_devtools_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698