Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: Source/devtools/front_end/profiler/ProfilesPanel.js

Issue 458753003: Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/profiler/ProfilesPanel.js
diff --git a/Source/devtools/front_end/profiler/ProfilesPanel.js b/Source/devtools/front_end/profiler/ProfilesPanel.js
index 81f16168e936236e9b45937c5238994d52ddb060..7525fbf16fa979e2b084205a5cc068976054741b 100644
--- a/Source/devtools/front_end/profiler/ProfilesPanel.js
+++ b/Source/devtools/front_end/profiler/ProfilesPanel.js
@@ -1311,3 +1311,19 @@
__proto__: WebInspector.SidebarTreeElement.prototype
}
+
+
+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");
« no previous file with comments | « Source/devtools/front_end/profiler/HeapSnapshotProxy.js ('k') | Source/devtools/front_end/profiler/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698