| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index b9930bee49963011e2aa9041b0d0463d947d1619..0cd4065de95b1b141438c37f98ed13f77b54dbc2 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -377,6 +377,14 @@
|
| "label": "//device:device_unittests",
|
| "type": "console_test_launcher",
|
| },
|
| + "devtools_closure_compile": {
|
| + "label": "//third_party/WebKit/Source/devtools:devtools_closure_compile",
|
| + "type": "script",
|
| + "script": "//testing/scripts/run_devtools_closure_compile.py",
|
| + "args": [
|
| + "../../third_party/WebKit/Source/devtools/scripts/compile_frontend.py",
|
| + ],
|
| + },
|
| "display_unittests": {
|
| "label": "//ui/display:display_unittests",
|
| "type": "console_test_launcher",
|
|
|