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

Unified 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 side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698