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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.ContextMenu.Provider", 4 "type": "@WebInspector.ContextMenu.Provider",
5 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"], 5 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"],
6 "className": "WebInspector.HandlerRegistry.ContextMenuProvider" 6 "className": "WebInspector.HandlerRegistry.ContextMenuProvider"
7 }, 7 },
8 { 8 {
9 "type": "@WebInspector.ActionDelegate", 9 "type": "@WebInspector.ActionDelegate",
10 "actionId": "main.reload", 10 "actionId": "main.reload",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "title": "Don't show emulation warnings", 217 "title": "Don't show emulation warnings",
218 "settingName": "disableOverridesWarning", 218 "settingName": "disableOverridesWarning",
219 "settingType": "checkbox" 219 "settingType": "checkbox"
220 }, 220 },
221 { 221 {
222 "type": "ui-setting", 222 "type": "ui-setting",
223 "section": "Extensions", 223 "section": "Extensions",
224 "settingType": "custom", 224 "settingType": "custom",
225 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting Delegate" 225 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting Delegate"
226 } 226 }
227 ],
228 "dependencies": [
229 "host",
230 "screencast",
231 "sdk",
232 "toolbox"
233 ],
234 "scripts": [
235 "HelpScreenUntilReload.js",
236 "App.js",
237 "AdvancedApp.js",
238 "OverridesView.js",
239 "RenderingOptions.js",
240 "ScreencastApp.js",
241 "SimpleApp.js",
242 "../TestController.js",
243 "../Tests.js",
244 "Main.js"
245 ],
246 "skip_compilation": [
247 "../Tests.js"
227 ] 248 ]
228 } 249 }
OLDNEW
« 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