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" |
+ ] |
} |