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

Unified Diff: third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/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/heap_snapshot_worker/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json
index 3322c4240213796279cf9c79bca5290015ee5c4b..e41b08a6f0ae6f6f04f7bafe947dbb523df84f6c 100644
--- a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json
@@ -3,11 +3,13 @@
"../platform/utilities.js",
"../common/UIString.js",
"../common/TextUtils.js",
- "../profiler/HeapSnapshotCommon.js",
"AllocationProfile.js",
"HeapSnapshot.js",
"HeapSnapshotLoader.js",
"HeapSnapshotWorkerDispatcher.js",
"HeapSnapshotWorker.js"
+ ],
+ "dependencies": [
+ "heap_snapshot_model"
]
}

Powered by Google App Engine
This is Rietveld 408576698