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