| Index: Source/devtools/front_end/profiler/_module.js
|
| diff --git a/Source/devtools/front_end/profiler/_module.js b/Source/devtools/front_end/profiler/_module.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..62894cad4758fedc81fb8f5f1f59bff31aed5d79
|
| --- /dev/null
|
| +++ b/Source/devtools/front_end/profiler/_module.js
|
| @@ -0,0 +1,19 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +importScript("ProfilesPanel.js");
|
| +importScript("CPUProfileDataGrid.js");
|
| +importScript("CPUProfileBottomUpDataGrid.js");
|
| +importScript("CPUProfileTopDownDataGrid.js");
|
| +importScript("CPUProfileFlameChart.js");
|
| +importScript("CPUProfileView.js");
|
| +importScript("HeapSnapshotCommon.js");
|
| +importScript("HeapSnapshotProxy.js");
|
| +importScript("HeapSnapshotDataGrids.js");
|
| +importScript("HeapSnapshotGridNodes.js");
|
| +importScript("HeapSnapshotView.js");
|
| +importScript("ProfileLauncherView.js");
|
| +importScript("CanvasProfileView.js");
|
| +importScript("CanvasReplayStateView.js");
|
| +importScript("ProfileTypeRegistry.js");
|
|
|