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