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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "modules": [ 2 "modules": [
3 { "name": "platform", "type": "autostart" }, 3 { "name": "platform", "type": "autostart" },
4 { "name": "text_utils", "type": "autostart" }, 4 { "name": "text_utils", "type": "autostart" },
5 { "name": "cm_headless", "type": "autostart" }, 5 { "name": "cm_headless", "type": "autostart" },
6 { "name": "formatter_worker", "type": "autostart" }, 6 { "name": "formatter_worker", "type": "autostart" },
7 { "name": "acorn", "type": "autostart" },
7 { "name": "gonzales", "type": "remote" } 8 { "name": "gonzales", "type": "remote" }
8 ], 9 ],
9 10
10 "has_html": false 11 "has_html": false
11 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698