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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/inspector-unit-test.json

Issue 2513423003: DevTools: Convert inspector-unit tests to use reusable test harness (Closed)
Patch Set: Moved type definition out of externs Created 4 years 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
(Empty)
1 {
2 "modules" : [
3 { "name": "platform", "type": "autostart" },
4 { "name": "ui", "type": "autostart" },
5 { "name": "host", "type": "autostart" },
6 { "name": "common", "type": "autostart" },
7 { "name": "workspace", "type": "autostart" },
8 { "name": "source_frame", "type": "autostart" },
9 { "name": "text_editor", "type": "autostart" },
10 { "name": "cm_modes", "type": "autostart" },
11 { "name": "diff", "type": "autostart" },
12 { "name": "ui_lazy" }
13 ],
14
15 "has_html": true
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698