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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/unit_test_runner.json

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fix externs (PerfUI) Created 3 years, 11 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": "ui", "type": "autostart" }, 4 { "name": "ui", "type": "autostart" },
5 { "name": "host", "type": "autostart" }, 5 { "name": "host", "type": "autostart" },
6 { "name": "common", "type": "autostart" }, 6 { "name": "common", "type": "autostart" },
7 { "name": "workspace", "type": "autostart" }, 7 { "name": "workspace", "type": "autostart" },
8 { "name": "source_frame", "type": "autostart" }, 8 { "name": "text_editor", "type": "autostart" },
9 { "name": "text_editor", "type": "autostart" }, 9 { "name": "cm", "type": "autostart" },
10 { "name": "cm", "type": "autostart" }, 10 { "name": "cm_modes", "type": "autostart" },
11 { "name": "cm_modes", "type": "autostart" }, 11 { "name": "diff", "type": "autostart" },
12 { "name": "diff", "type": "autostart" }, 12 { "name": "shell", "type": "autostart" },
13 { "name": "shell", "type": "autostart" }, 13 { "name": "test_runner", "type": "autostart" },
14 { "name": "test_runner", "type": "autostart" }, 14 { "name": "ui_lazy" },
15 { "name": "ui_lazy" } 15 { "name": "quick_open" }
16 ], 16 ],
17 17 "has_html": true
18 "has_html": true
19 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698