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

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

Issue 2857363003: [DevTools] Move Audits 2.0 out of experiment, rename to Audits (Closed)
Patch Set: user metrics Created 3 years, 7 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": "Legacy Audits",
8 "order": 90, 8 "order": 90,
9 "persistence": "closeable",
9 "className": "Audits.AuditsPanel" 10 "className": "Audits.AuditsPanel"
10 } 11 }
11 ], 12 ],
12 "dependencies": [ 13 "dependencies": [
13 "components", 14 "components",
14 "extensions", 15 "extensions",
15 "network_log", 16 "network_log",
16 "object_ui" 17 "object_ui"
17 ], 18 ],
18 "scripts": [ 19 "scripts": [
19 "AuditsPanel.js", 20 "AuditsPanel.js",
20 "AuditCategory.js", 21 "AuditCategory.js",
21 "AuditCategories.js", 22 "AuditCategories.js",
22 "AuditController.js", 23 "AuditController.js",
23 "AuditFormatters.js", 24 "AuditFormatters.js",
24 "AuditLauncherView.js", 25 "AuditLauncherView.js",
25 "AuditResultView.js", 26 "AuditResultView.js",
26 "AuditRules.js", 27 "AuditRules.js",
27 "AuditExtensionCategory.js" 28 "AuditExtensionCategory.js"
28 ], 29 ],
29 "resources": [ 30 "resources": [
30 "auditsPanel.css", 31 "auditsPanel.css",
31 "auditsSidebarTree.css", 32 "auditsSidebarTree.css",
32 "auditResultTree.css" 33 "auditResultTree.css"
33 ] 34 ]
34 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698