| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "platform", | 436 "platform", |
| 437 "sdk", | 437 "sdk", |
| 438 "persistence", | 438 "persistence", |
| 439 "help", | 439 "help", |
| 440 "console_model", | 440 "console_model", |
| 441 "network_log" | 441 "network_log" |
| 442 ], | 442 ], |
| 443 "scripts": [ | 443 "scripts": [ |
| 444 "RenderingOptions.js", | 444 "RenderingOptions.js", |
| 445 "SimpleApp.js", | 445 "SimpleApp.js", |
| 446 "OverlayController.js", | |
| 447 "GCActionDelegate.js", | 446 "GCActionDelegate.js", |
| 448 "RequestAppBannerActionDelegate.js", | 447 "RequestAppBannerActionDelegate.js", |
| 449 "ExecutionContextSelector.js", | 448 "ExecutionContextSelector.js", |
| 450 "Main.js" | 449 "Main.js" |
| 451 ], | 450 ], |
| 452 "resources": [ | 451 "resources": [ |
| 453 "errorWarningCounter.css", | 452 "errorWarningCounter.css", |
| 454 "remoteDebuggingTerminatedScreen.css", | 453 "remoteDebuggingTerminatedScreen.css", |
| 455 "renderingOptions.css", | 454 "renderingOptions.css", |
| 456 "targetCrashedScreen.css" | 455 "targetCrashedScreen.css" |
| 457 ] | 456 ] |
| 458 } | 457 } |
| OLD | NEW |