OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@WebInspector.AppProvider", | 4 "type": "@WebInspector.AppProvider", |
5 "className": "WebInspector.SimpleAppProvider", | 5 "className": "WebInspector.SimpleAppProvider", |
6 "order": 10 | 6 "order": 10 |
7 }, | 7 }, |
8 { | 8 { |
9 "type": "@WebInspector.ContextMenu.Provider", | 9 "type": "@WebInspector.ContextMenu.Provider", |
10 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource
", "WebInspector.NetworkRequest", "Node"], | 10 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource
", "WebInspector.NetworkRequest", "Node"], |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 { | 346 { |
347 "type": "@WebInspector.ViewLocationResolver", | 347 "type": "@WebInspector.ViewLocationResolver", |
348 "name": "drawer-view", | 348 "name": "drawer-view", |
349 "className": "WebInspector.InspectorView" | 349 "className": "WebInspector.InspectorView" |
350 } | 350 } |
351 ], | 351 ], |
352 "dependencies": [ | 352 "dependencies": [ |
353 "extensions", | 353 "extensions", |
354 "host", | 354 "host", |
355 "platform", | 355 "platform", |
356 "sdk" | 356 "sdk", |
| 357 "persistence" |
357 ], | 358 ], |
358 "scripts": [ | 359 "scripts": [ |
359 "RenderingOptions.js", | 360 "RenderingOptions.js", |
360 "SimpleApp.js", | 361 "SimpleApp.js", |
361 "OverlayController.js", | 362 "OverlayController.js", |
362 "Connections.js", | 363 "Connections.js", |
363 "Main.js", | 364 "Main.js", |
364 "RemoteLocationManager.js" | 365 "RemoteLocationManager.js" |
365 ], | 366 ], |
366 "resources": [ | 367 "resources": [ |
367 "errorWarningCounter.css", | 368 "errorWarningCounter.css", |
368 "remoteDebuggingTerminatedScreen.css", | 369 "remoteDebuggingTerminatedScreen.css", |
369 "renderingOptions.css", | 370 "renderingOptions.css", |
370 "targetCrashedScreen.css" | 371 "targetCrashedScreen.css" |
371 ] | 372 ] |
372 } | 373 } |
OLD | NEW |