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

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

Issue 2626313002: DevTools: split ProfilesPanel into multiple files. (Closed)
Patch Set: rebaselined 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/profiler/MemoryProfilerPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/profiler/MemoryProfilerPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698