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

Unified Diff: Source/devtools/front_end/profiler/module.json

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/module.json
diff --git a/Source/devtools/front_end/profiler/module.json b/Source/devtools/front_end/profiler/module.json
index 3f21721837c0b3c71b04f136d40ce7a368724252..533366b7ce93822f2afe75e9c5dfc0e82b53e83b 100644
--- a/Source/devtools/front_end/profiler/module.json
+++ b/Source/devtools/front_end/profiler/module.json
@@ -34,5 +34,21 @@
"settingType": "checkbox"
}
],
- "scripts": [ "ProfilesPanel.js" ]
+ "scripts": [
+ "ProfilesPanel.js",
+ "CPUProfileDataGrid.js",
+ "CPUProfileBottomUpDataGrid.js",
+ "CPUProfileTopDownDataGrid.js",
+ "CPUProfileFlameChart.js",
+ "CPUProfileView.js",
+ "HeapSnapshotCommon.js",
+ "HeapSnapshotProxy.js",
+ "HeapSnapshotDataGrids.js",
+ "HeapSnapshotGridNodes.js",
+ "HeapSnapshotView.js",
+ "ProfileLauncherView.js",
+ "CanvasProfileView.js",
+ "CanvasReplayStateView.js",
+ "ProfileTypeRegistry.js"
+ ]
}
« no previous file with comments | « Source/devtools/front_end/profiler/_module.js ('k') | Source/devtools/front_end/resources/ResourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698