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

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

Issue 573453004: DevTools: Get rid of frontend_modules.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 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
« no previous file with comments | « Source/devtools/front_end/Runtime.js ('k') | Source/devtools/front_end/bindings/module.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "dependencies": [
12 "components"
13 ],
11 "scripts": [ 14 "scripts": [
12 "AuditsPanel.js", 15 "AuditsPanel.js",
13 "AuditCategory.js", 16 "AuditCategory.js",
14 "AuditCategories.js", 17 "AuditCategories.js",
15 "AuditController.js", 18 "AuditController.js",
16 "AuditFormatters.js", 19 "AuditFormatters.js",
17 "AuditLauncherView.js", 20 "AuditLauncherView.js",
18 "AuditResultView.js", 21 "AuditResultView.js",
19 "AuditRules.js" 22 "AuditRules.js"
20 ] 23 ]
21 } 24 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/Runtime.js ('k') | Source/devtools/front_end/bindings/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698