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

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

Issue 667623002: DevTools: make extension server a part of core, panels' code should depend on it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for review Created 6 years, 2 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": [
3 {
4 "type": "@WebInspector.ExtensionServerAPI",
5 "className": "WebInspector.ExtensionServer"
6 }
7 ],
8 "dependencies": [ 2 "dependencies": [
9 "components", 3 "components"
10 "elements",
11 "network",
12 "sources",
13 "audits"
14 ], 4 ],
15 "scripts": [ 5 "scripts": [
16 "ExtensionAPI.js", 6 "ExtensionAPI.js",
7 "ExtensionAuditCategory.js",
17 "ExtensionRegistryStub.js", 8 "ExtensionRegistryStub.js",
18 "ExtensionAuditCategory.js",
19 "ExtensionServer.js", 9 "ExtensionServer.js",
20 "ExtensionPanel.js", 10 "ExtensionPanel.js",
21 "ExtensionView.js" 11 "ExtensionView.js"
22 ] 12 ]
23 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698