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 |
deleted file mode 100644 |
index 62894cad4758fedc81fb8f5f1f59bff31aed5d79..0000000000000000000000000000000000000000 |
--- a/Source/devtools/front_end/profiler/_module.js |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// 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"); |