| Index: third_party/WebKit/Source/devtools/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
|
| index 0324bcd4116ad9ab26eb91adc07795c88c21694d..0fec1b38612a6db78abf9d24baad4c93f5d0fd87 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -356,9 +356,12 @@ all_devtools_files = [
|
| "front_end/profiler/HeapSnapshotGridNodes.js",
|
| "front_end/profiler/HeapSnapshotProxy.js",
|
| "front_end/profiler/HeapSnapshotView.js",
|
| + "front_end/profiler/MemoryProfilerPanel.js",
|
| "front_end/profiler/module.json",
|
| "front_end/profiler/ProfileDataGrid.js",
|
| + "front_end/profiler/ProfileHeader.js",
|
| "front_end/profiler/ProfileLauncherView.js",
|
| + "front_end/profiler/ProfileType.js",
|
| "front_end/profiler/profilesPanel.css",
|
| "front_end/profiler/ProfilesPanel.js",
|
| "front_end/profiler/profilesSidebarTree.css",
|
|
|