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

Side by Side Diff: Source/devtools/front_end/extensions/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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.ExtensionServerAPI", 4 "type": "@WebInspector.ExtensionServerAPI",
5 "className": "WebInspector.ExtensionServer" 5 "className": "WebInspector.ExtensionServer"
6 } 6 }
7 ], 7 ],
8 "dependencies": ["sources"], 8 "dependencies": [
9 "components",
10 "audits",
11 "sources",
12 "network"
13 ],
9 "scripts": [ 14 "scripts": [
10 "ExtensionAPI.js", 15 "ExtensionAPI.js",
11 "ExtensionRegistryStub.js", 16 "ExtensionRegistryStub.js",
12 "ExtensionAuditCategory.js", 17 "ExtensionAuditCategory.js",
13 "ExtensionServer.js", 18 "ExtensionServer.js",
14 "ExtensionPanel.js", 19 "ExtensionPanel.js",
15 "ExtensionView.js" 20 "ExtensionView.js"
16 ] 21 ]
17 } 22 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/module.json ('k') | Source/devtools/front_end/host/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698