| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "name": "common", | 3 "name": "common", |
| 4 "dependencies": [], | 4 "dependencies": [], |
| 5 "sources": [ | 5 "sources": [ |
| 6 "modules.js", | 6 "modules.js", |
| 7 "Color.js", | 7 "Color.js", |
| 8 "DOMExtension.js", | 8 "DOMExtension.js", |
| 9 "Geometry.js", | 9 "Geometry.js", |
| 10 "ModuleManager.js", | 10 "ModuleManager.js", |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "HeapSnapshotLoader.js", | 417 "HeapSnapshotLoader.js", |
| 418 "HeapSnapshotWorker.js", | 418 "HeapSnapshotWorker.js", |
| 419 "HeapSnapshotWorkerDispatcher.js", | 419 "HeapSnapshotWorkerDispatcher.js", |
| 420 "JSHeapSnapshot.js", | 420 "JSHeapSnapshot.js", |
| 421 "TextUtils.js", | 421 "TextUtils.js", |
| 422 "UIString.js", | 422 "UIString.js", |
| 423 "utilities.js" | 423 "utilities.js" |
| 424 ] | 424 ] |
| 425 }, | 425 }, |
| 426 { | 426 { |
| 427 "name": "input", |
| 428 "dependencies": ["sources"], |
| 429 "sources": [ |
| 430 "ForwardedInputEventHandler.js" |
| 431 ] |
| 432 }, |
| 433 { |
| 427 "name": "host_stub", | 434 "name": "host_stub", |
| 428 "dependencies": ["components", "profiler", "timeline"], | 435 "dependencies": ["components", "profiler", "timeline", "sources", "input
"], |
| 429 "sources": [ | 436 "sources": [ |
| 430 "InspectorFrontendAPI.js", | 437 "InspectorFrontendAPI.js", |
| 431 "InspectorFrontendHostStub.js" | 438 "InspectorFrontendHostStub.js" |
| 432 ] | 439 ] |
| 433 }, | 440 }, |
| 434 { | 441 { |
| 435 "name": "script_formatter_worker", | 442 "name": "script_formatter_worker", |
| 436 "standalone": true, | 443 "standalone": true, |
| 437 "dependencies": [], | 444 "dependencies": [], |
| 438 "sources": [ | 445 "sources": [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 "settings", | 488 "settings", |
| 482 "tests", | 489 "tests", |
| 483 "profiler", | 490 "profiler", |
| 484 "host_stub", | 491 "host_stub", |
| 485 "screencast", | 492 "screencast", |
| 486 "main" | 493 "main" |
| 487 ], | 494 ], |
| 488 "sources": [] | 495 "sources": [] |
| 489 } | 496 } |
| 490 ] | 497 ] |
| OLD | NEW |