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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2626313002: DevTools: split ProfilesPanel into multiple files. (Closed)
Patch Set: Introduce progress monitor Created 3 years, 11 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: 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",

Powered by Google App Engine
This is Rietveld 408576698