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

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

Issue 458753003: Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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.ExtensionServerAPI", 4 "type": "@WebInspector.ExtensionServerAPI",
5 "className": "WebInspector.ExtensionServer" 5 "className": "WebInspector.ExtensionServer"
6 } 6 }
7 ], 7 ],
8 "dependencies": ["sources"], 8 "dependencies": [ "sources" ],
9 "scripts": [ 9 "scripts": [ "ExtensionServer.js" ]
10 "ExtensionAPI.js",
11 "ExtensionRegistryStub.js",
12 "ExtensionAuditCategory.js",
13 "ExtensionServer.js",
14 "ExtensionPanel.js",
15 "ExtensionView.js"
16 ]
17 } 10 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/extensions/_module.js ('k') | Source/devtools/front_end/heap_snapshot_worker/HeapSnapshotWorker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698