OLD | NEW |
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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ], | 227 ], |
228 "dependencies": [ | 228 "dependencies": [ |
| 229 "extensions", |
229 "host", | 230 "host", |
230 "screencast", | 231 "screencast", |
231 "sdk", | 232 "sdk", |
232 "toolbox" | 233 "toolbox" |
233 ], | 234 ], |
234 "scripts": [ | 235 "scripts": [ |
235 "HelpScreenUntilReload.js", | 236 "HelpScreenUntilReload.js", |
236 "App.js", | 237 "App.js", |
237 "AdvancedApp.js", | 238 "AdvancedApp.js", |
238 "OverridesView.js", | 239 "OverridesView.js", |
239 "RenderingOptions.js", | 240 "RenderingOptions.js", |
240 "ScreencastApp.js", | 241 "ScreencastApp.js", |
241 "SimpleApp.js", | 242 "SimpleApp.js", |
242 "TestController.js", | 243 "TestController.js", |
243 "Tests.js", | 244 "Tests.js", |
244 "Main.js" | 245 "Main.js" |
245 ], | 246 ], |
246 "skip_compilation": [ | 247 "skip_compilation": [ |
247 "Tests.js" | 248 "Tests.js" |
248 ] | 249 ] |
249 } | 250 } |
OLD | NEW |