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