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", |