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

Unified Diff: Source/devtools/front_end/extensions/ExtensionServer.js

Issue 459833002: Revert of 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/elements/module.json ('k') | Source/devtools/front_end/extensions/_module.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/extensions/ExtensionServer.js
diff --git a/Source/devtools/front_end/extensions/ExtensionServer.js b/Source/devtools/front_end/extensions/ExtensionServer.js
index 6224ec8dcd677834128309353ab167e358619aa3..317925902a3c723ddc3427d5071d8ebe043dd5ad 100644
--- a/Source/devtools/front_end/extensions/ExtensionServer.js
+++ b/Source/devtools/front_end/extensions/ExtensionServer.js
@@ -28,11 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
-importScript("ExtensionAPI.js");
-importScript("ExtensionRegistryStub.js");
-importScript("ExtensionAuditCategory.js");
-
/**
* @constructor
* @implements {WebInspector.ExtensionServerAPI}
@@ -1100,6 +1095,3 @@
WebInspector.extensionAPI = {};
defineCommonExtensionSymbols(WebInspector.extensionAPI);
-
-importScript("ExtensionPanel.js");
-importScript("ExtensionView.js");
« no previous file with comments | « Source/devtools/front_end/elements/module.json ('k') | Source/devtools/front_end/extensions/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698