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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker.json

Issue 2770123002: DevTools: produce javascript outline for javascript classess (Closed)
Patch Set: missing build files Created 3 years, 9 months 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: third_party/WebKit/Source/devtools/front_end/formatter_worker.json
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker.json b/third_party/WebKit/Source/devtools/front_end/formatter_worker.json
index 1d8ac5447ed3f584bc05a4a61490245f5afd447c..28e3ae674e6a49a65b7f150bb4f0ef37c4f5ee70 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker.json
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker.json
@@ -4,6 +4,7 @@
{ "name": "text_utils", "type": "autostart" },
{ "name": "cm_headless", "type": "autostart" },
{ "name": "formatter_worker", "type": "autostart" },
+ { "name": "acorn", "type": "autostart" },
{ "name": "gonzales", "type": "remote" }
],

Powered by Google App Engine
This is Rietveld 408576698