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

Unified Diff: Source/devtools/front_end/extensions/module.json

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
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 9b9f1a06c89bb1985ca66a18ddb8ba40529372c6..4672d6d2c5e460cd40109f5214fec511cb60ec67 100644
--- a/Source/devtools/front_end/extensions/module.json
+++ b/Source/devtools/front_end/extensions/module.json
@@ -5,6 +5,13 @@
"className": "WebInspector.ExtensionServer"
}
],
- "dependencies": [ "sources" ],
- "scripts": [ "ExtensionServer.js" ]
+ "dependencies": ["sources"],
+ "scripts": [
+ "ExtensionAPI.js",
+ "ExtensionRegistryStub.js",
+ "ExtensionAuditCategory.js",
+ "ExtensionServer.js",
+ "ExtensionPanel.js",
+ "ExtensionView.js"
+ ]
}
« 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