| 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 } | 429 } |
| 430 ], | 430 ], |
| 431 "dependencies": [ | 431 "dependencies": [ |
| 432 "extensions", | 432 "extensions", |
| 433 "host", | 433 "host", |
| 434 "platform", | 434 "platform", |
| 435 "sdk", | 435 "sdk", |
| 436 "persistence", | 436 "persistence", |
| 437 "help", | 437 "help", |
| 438 "console_model", | 438 "console_model", |
| 439 "network_log" | 439 "network_log", |
| 440 "mobile_throttling" |
| 440 ], | 441 ], |
| 441 "scripts": [ | 442 "scripts": [ |
| 442 "RenderingOptions.js", | 443 "RenderingOptions.js", |
| 443 "SimpleApp.js", | 444 "SimpleApp.js", |
| 444 "GCActionDelegate.js", | 445 "GCActionDelegate.js", |
| 445 "RequestAppBannerActionDelegate.js", | 446 "RequestAppBannerActionDelegate.js", |
| 446 "ExecutionContextSelector.js", | 447 "ExecutionContextSelector.js", |
| 447 "Main.js" | 448 "Main.js" |
| 448 ], | 449 ], |
| 449 "resources": [ | 450 "resources": [ |
| 450 "errorWarningCounter.css", | 451 "errorWarningCounter.css", |
| 451 "nodeIcon.css", | 452 "nodeIcon.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 |