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

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

Issue 573453004: DevTools: Get rid of frontend_modules.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 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/host/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4672d6d2c5e460cd40109f5214fec511cb60ec67..1d7fe196518b73ec1ae052743c580725fa6353f7 100644
--- a/Source/devtools/front_end/extensions/module.json
+++ b/Source/devtools/front_end/extensions/module.json
@@ -5,7 +5,12 @@
"className": "WebInspector.ExtensionServer"
}
],
- "dependencies": ["sources"],
+ "dependencies": [
+ "components",
+ "audits",
+ "sources",
+ "network"
+ ],
"scripts": [
"ExtensionAPI.js",
"ExtensionRegistryStub.js",
« no previous file with comments | « Source/devtools/front_end/elements/module.json ('k') | Source/devtools/front_end/host/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698