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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", | 436 "Main.js", |
437 "GCActionDelegate.js", | 437 "GCActionDelegate.js", |
438 "RequestAppBannerActionDelegate.js" | 438 "RequestAppBannerActionDelegate.js", |
| 439 "ExecutionContextSelector.js" |
439 ], | 440 ], |
440 "resources": [ | 441 "resources": [ |
441 "errorWarningCounter.css", | 442 "errorWarningCounter.css", |
442 "remoteDebuggingTerminatedScreen.css", | 443 "remoteDebuggingTerminatedScreen.css", |
443 "renderingOptions.css", | 444 "renderingOptions.css", |
444 "targetCrashedScreen.css" | 445 "targetCrashedScreen.css" |
445 ] | 446 ] |
446 } | 447 } |
OLD | NEW |