| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 "extensions", | 426 "extensions", |
| 427 "host", | 427 "host", |
| 428 "platform", | 428 "platform", |
| 429 "sdk", | 429 "sdk", |
| 430 "persistence" | 430 "persistence" |
| 431 ], | 431 ], |
| 432 "scripts": [ | 432 "scripts": [ |
| 433 "RenderingOptions.js", | 433 "RenderingOptions.js", |
| 434 "SimpleApp.js", | 434 "SimpleApp.js", |
| 435 "OverlayController.js", | 435 "OverlayController.js", |
| 436 "Main.js", | |
| 437 "GCActionDelegate.js", | 436 "GCActionDelegate.js", |
| 438 "RequestAppBannerActionDelegate.js", | 437 "RequestAppBannerActionDelegate.js", |
| 439 "ExecutionContextSelector.js" | 438 "ExecutionContextSelector.js", |
| 439 "Main.js" |
| 440 ], | 440 ], |
| 441 "resources": [ | 441 "resources": [ |
| 442 "errorWarningCounter.css", | 442 "errorWarningCounter.css", |
| 443 "remoteDebuggingTerminatedScreen.css", | 443 "remoteDebuggingTerminatedScreen.css", |
| 444 "renderingOptions.css", | 444 "renderingOptions.css", |
| 445 "targetCrashedScreen.css" | 445 "targetCrashedScreen.css" |
| 446 ] | 446 ] |
| 447 } | 447 } |
| OLD | NEW |