| Index: Source/devtools/front_end/extensions/module.json
|
| diff --git a/Source/devtools/front_end/extensions/module.json b/Source/devtools/front_end/extensions/module.json
|
| index ee1b000e480f447df2815884d7338eea0075d337..334ccfaf338d9e7a2c51fe2eb7d1854ca45853ba 100644
|
| --- a/Source/devtools/front_end/extensions/module.json
|
| +++ b/Source/devtools/front_end/extensions/module.json
|
| @@ -1,21 +1,11 @@
|
| {
|
| - "extensions": [
|
| - {
|
| - "type": "@WebInspector.ExtensionServerAPI",
|
| - "className": "WebInspector.ExtensionServer"
|
| - }
|
| - ],
|
| "dependencies": [
|
| - "components",
|
| - "elements",
|
| - "network",
|
| - "sources",
|
| - "audits"
|
| + "components"
|
| ],
|
| "scripts": [
|
| "ExtensionAPI.js",
|
| - "ExtensionRegistryStub.js",
|
| "ExtensionAuditCategory.js",
|
| + "ExtensionRegistryStub.js",
|
| "ExtensionServer.js",
|
| "ExtensionPanel.js",
|
| "ExtensionView.js"
|
|
|