| 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 f987c2c07690c1d6dab7dbf115ab3ff97c823348..32928de7a216f746b0bbf64b8005a9382a59073c 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -362,9 +362,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",
|
|
|