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