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

Unified Diff: Source/devtools/front_end/main/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/main/Main.js ('k') | Source/devtools/front_end/profiler/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/module.json
diff --git a/Source/devtools/front_end/main/module.json b/Source/devtools/front_end/main/module.json
index 765d800633e35d7347c8206b4fe4c076add8b70c..aab00bc2a9dcf907c9643f14bdc438424d926b97 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -224,5 +224,26 @@
"settingType": "custom",
"className": "WebInspector.HandlerRegistry.OpenAnchorLocationSettingDelegate"
}
+ ],
+ "dependencies": [
+ "host",
+ "screencast",
+ "sdk",
+ "toolbox"
+ ],
+ "scripts": [
+ "HelpScreenUntilReload.js",
+ "App.js",
+ "AdvancedApp.js",
+ "OverridesView.js",
+ "RenderingOptions.js",
+ "ScreencastApp.js",
+ "SimpleApp.js",
+ "../TestController.js",
+ "../Tests.js",
+ "Main.js"
+ ],
+ "skip_compilation": [
+ "../Tests.js"
]
}
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/profiler/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698