OLD | NEW |
(Empty) | |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 importScripts("../common/utilities.js"); |
| 6 importScripts("../common/WebInspector.js"); |
| 7 importScripts("../common/UIString.js"); |
| 8 importScripts("../common/TextUtils.js"); |
| 9 importScripts("../profiler/HeapSnapshotCommon.js"); |
| 10 importScripts("AllocationProfile.js"); |
| 11 importScripts("HeapSnapshot.js"); |
| 12 importScripts("HeapSnapshotLoader.js"); |
| 13 importScripts("HeapSnapshotWorkerDispatcher.js"); |
| 14 importScripts("JSHeapSnapshot.js"); |
| 15 importScripts("HeapSnapshotWorker.js"); |
OLD | NEW |