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

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/module.json

Issue 2626173002: DevTools: Extract HeapSnapshotCommon.js into HeapSnapshotModel module (Closed)
Patch Set: add module.json for modules 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/front_end/profiler/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/module.json b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
index f3122232a11234bb53d660eb21ab6efe6d9681c5..a980c235b14fc926e99f2dbe3ac3e9951359dcc9 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
@@ -74,7 +74,8 @@
"dependencies": [
"components",
"perf_ui",
- "data_grid"
+ "data_grid",
+ "heap_snapshot_model"
],
"scripts": [
"ProfilesPanel.js",
@@ -85,7 +86,6 @@
"CPUProfileFlameChart.js",
"CPUProfileView.js",
"HeapProfileView.js",
- "HeapSnapshotCommon.js",
"HeapSnapshotProxy.js",
"HeapSnapshotDataGrids.js",
"HeapSnapshotGridNodes.js",

Powered by Google App Engine
This is Rietveld 408576698