| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 "platform", | 443 "platform", |
| 444 "sdk", | 444 "sdk", |
| 445 "persistence", | 445 "persistence", |
| 446 "help", | 446 "help", |
| 447 "console_model", | 447 "console_model", |
| 448 "network_log" | 448 "network_log" |
| 449 ], | 449 ], |
| 450 "scripts": [ | 450 "scripts": [ |
| 451 "RenderingOptions.js", | 451 "RenderingOptions.js", |
| 452 "SimpleApp.js", | 452 "SimpleApp.js", |
| 453 "OverlayController.js", |
| 453 "GCActionDelegate.js", | 454 "GCActionDelegate.js", |
| 454 "RequestAppBannerActionDelegate.js", | 455 "RequestAppBannerActionDelegate.js", |
| 455 "ExecutionContextSelector.js", | 456 "ExecutionContextSelector.js", |
| 456 "Main.js" | 457 "Main.js" |
| 457 ], | 458 ], |
| 458 "resources": [ | 459 "resources": [ |
| 459 "errorWarningCounter.css", | 460 "errorWarningCounter.css", |
| 460 "remoteDebuggingTerminatedScreen.css", | 461 "remoteDebuggingTerminatedScreen.css", |
| 461 "renderingOptions.css", | 462 "renderingOptions.css", |
| 462 "targetCrashedScreen.css" | 463 "targetCrashedScreen.css" |
| 463 ] | 464 ] |
| 464 } | 465 } |
| OLD | NEW |