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

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

Issue 2714833002: DevTools: use interface for ObjectUI and make it a non-autostart module (Closed)
Patch Set: cl fb Created 3 years, 8 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "audits", 6 "id": "audits",
7 "title": "Audits", 7 "title": "Audits",
8 "order": 90, 8 "order": 90,
9 "className": "Audits.AuditsPanel" 9 "className": "Audits.AuditsPanel"
10 } 10 }
11 ], 11 ],
12 "dependencies": [ 12 "dependencies": [
13 "components", 13 "components",
14 "extensions", 14 "extensions",
15 "network_log" 15 "network_log",
16 "object_ui"
16 ], 17 ],
17 "scripts": [ 18 "scripts": [
18 "AuditsPanel.js", 19 "AuditsPanel.js",
19 "AuditCategory.js", 20 "AuditCategory.js",
20 "AuditCategories.js", 21 "AuditCategories.js",
21 "AuditController.js", 22 "AuditController.js",
22 "AuditFormatters.js", 23 "AuditFormatters.js",
23 "AuditLauncherView.js", 24 "AuditLauncherView.js",
24 "AuditResultView.js", 25 "AuditResultView.js",
25 "AuditRules.js", 26 "AuditRules.js",
26 "AuditExtensionCategory.js" 27 "AuditExtensionCategory.js"
27 ], 28 ],
28 "resources": [ 29 "resources": [
29 "auditsPanel.css", 30 "auditsPanel.css",
30 "auditsSidebarTree.css", 31 "auditsSidebarTree.css",
31 "auditResultTree.css" 32 "auditResultTree.css"
32 ] 33 ]
33 } 34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698