| OLD | NEW |
| 1 { | 1 { |
| 2 "scripts": [ | 2 "scripts": [ |
| 3 "../platform/Promise.js", | 3 "../common/utilities.js", |
| 4 "../platform/utilities.js", | |
| 5 "../common/WebInspector.js", | 4 "../common/WebInspector.js", |
| 6 "../common/UIString.js", | 5 "../common/UIString.js", |
| 7 "../common/TextUtils.js", | 6 "../common/TextUtils.js", |
| 8 "../profiler/HeapSnapshotCommon.js", | 7 "../profiler/HeapSnapshotCommon.js", |
| 9 "AllocationProfile.js", | 8 "AllocationProfile.js", |
| 10 "HeapSnapshot.js", | 9 "HeapSnapshot.js", |
| 11 "HeapSnapshotLoader.js", | 10 "HeapSnapshotLoader.js", |
| 12 "HeapSnapshotWorkerDispatcher.js", | 11 "HeapSnapshotWorkerDispatcher.js", |
| 13 "JSHeapSnapshot.js", | 12 "JSHeapSnapshot.js", |
| 14 "HeapSnapshotWorker.js" | 13 "HeapSnapshotWorker.js" |
| 15 ] | 14 ] |
| 16 } | 15 } |
| OLD | NEW |