Commit 21b66f47 authored by Alexei Filippov's avatar Alexei Filippov Committed by Commit Bot

DevTools: extract HeapTimelineOverview into a separate file.

No changes to the class except renaming from HeapTrackingOverviewGrid

BUG=889545

Change-Id: I6ffd4d40e7ca9d34e37794ebcc1a631ad3b40ff9
Reviewed-on: https://chromium-review.googlesource.com/1246362
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Reviewed-by: default avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594483}
parent 1574cf43
......@@ -509,11 +509,12 @@ all_devtools_files = [
"front_end/profiler/CPUProfileView.js",
"front_end/profiler/heapProfiler.css",
"front_end/profiler/HeapProfileView.js",
"front_end/profiler/HeapProfilerPanel.js",
"front_end/profiler/HeapSnapshotDataGrids.js",
"front_end/profiler/HeapSnapshotGridNodes.js",
"front_end/profiler/HeapSnapshotProxy.js",
"front_end/profiler/HeapSnapshotView.js",
"front_end/profiler/HeapProfilerPanel.js",
"front_end/profiler/HeapTimelineOverview.js",
"front_end/profiler/IsolateSelector.js",
"front_end/profiler/module.json",
"front_end/profiler/ProfileDataGrid.js",
......
......@@ -92,11 +92,12 @@
"CPUProfileFlameChart.js",
"CPUProfileView.js",
"HeapProfileView.js",
"HeapProfilerPanel.js",
"HeapSnapshotProxy.js",
"HeapSnapshotDataGrids.js",
"HeapSnapshotGridNodes.js",
"HeapSnapshotView.js",
"HeapProfilerPanel.js",
"HeapTimelineOverview.js",
"IsolateSelector.js",
"ProfileLauncherView.js",
"ProfileTypeRegistry.js"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment