| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Common.AppProvider", | 4 "type": "@Common.AppProvider", |
| 5 "className": "Main.SimpleAppProvider", | 5 "className": "Main.SimpleAppProvider", |
| 6 "order": 10 | 6 "order": 10 |
| 7 }, | 7 }, |
| 8 { | 8 { |
| 9 "type": "@UI.ContextMenu.Provider", | 9 "type": "@UI.ContextMenu.Provider", |
| 10 "contextTypes": [ | 10 "contextTypes": [ |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 "persistence", | 438 "persistence", |
| 439 "help" | 439 "help" |
| 440 ], | 440 ], |
| 441 "scripts": [ | 441 "scripts": [ |
| 442 "RenderingOptions.js", | 442 "RenderingOptions.js", |
| 443 "SimpleApp.js", | 443 "SimpleApp.js", |
| 444 "OverlayController.js", | 444 "OverlayController.js", |
| 445 "GCActionDelegate.js", | 445 "GCActionDelegate.js", |
| 446 "RequestAppBannerActionDelegate.js", | 446 "RequestAppBannerActionDelegate.js", |
| 447 "ExecutionContextSelector.js", | 447 "ExecutionContextSelector.js", |
| 448 "Timer.js", |
| 448 "Main.js" | 449 "Main.js" |
| 449 ], | 450 ], |
| 450 "resources": [ | 451 "resources": [ |
| 451 "errorWarningCounter.css", | 452 "errorWarningCounter.css", |
| 452 "remoteDebuggingTerminatedScreen.css", | 453 "remoteDebuggingTerminatedScreen.css", |
| 453 "renderingOptions.css", | 454 "renderingOptions.css", |
| 454 "targetCrashedScreen.css" | 455 "targetCrashedScreen.css" |
| 455 ] | 456 ] |
| 456 } | 457 } |
| OLD | NEW |