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

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

Issue 2758673002: [DevTools] Extract NetworkLog and HAREntry to a separate network_log module (Closed)
Patch Set: rebased 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 "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 ], 16 ],
16 "scripts": [ 17 "scripts": [
17 "AuditsPanel.js", 18 "AuditsPanel.js",
18 "AuditCategory.js", 19 "AuditCategory.js",
19 "AuditCategories.js", 20 "AuditCategories.js",
20 "AuditController.js", 21 "AuditController.js",
21 "AuditFormatters.js", 22 "AuditFormatters.js",
22 "AuditLauncherView.js", 23 "AuditLauncherView.js",
23 "AuditResultView.js", 24 "AuditResultView.js",
24 "AuditRules.js", 25 "AuditRules.js",
25 "AuditExtensionCategory.js" 26 "AuditExtensionCategory.js"
26 ], 27 ],
27 "resources": [ 28 "resources": [
28 "auditsPanel.css", 29 "auditsPanel.css",
29 "auditsSidebarTree.css", 30 "auditsSidebarTree.css",
30 "auditResultTree.css" 31 "auditResultTree.css"
31 ] 32 ]
32 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698