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

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

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and involve worker modules Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.Panel", 4 "type": "@WebInspector.Panel",
5 "name": "audits", 5 "name": "audits",
6 "title": "Audits", 6 "title": "Audits",
7 "order": 6, 7 "order": 6,
8 "className": "WebInspector.AuditsPanel" 8 "className": "WebInspector.AuditsPanel"
9 } 9 }
10 ], 10 ],
11 "scripts": [ "AuditsPanel.js" ] 11 "scripts": [
12 "AuditsPanel.js",
13 "AuditCategory.js",
14 "AuditCategories.js",
15 "AuditController.js",
16 "AuditFormatters.js",
17 "AuditLauncherView.js",
18 "AuditResultView.js",
19 "AuditRules.js"
20 ]
12 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698