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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2498123002: DevTools: Add closure compile to buildbot to type check devtools front-end (Closed)
Patch Set: Fix GN w/o Type Error 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 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",

Powered by Google App Engine
This is Rietveld 408576698