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

Unified Diff: third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json

Issue 2769843003: DevTools: split text_utils out of common module (Closed)
Patch Set: rebaseline Created 3 years, 9 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.json
diff --git a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json
index 0278e0c0a541d53210553447100756ad6f3455d0..17e027dc6870ccffa213eb526e3121c6861d0ab2 100644
--- a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json
+++ b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.json
@@ -3,6 +3,7 @@
{ "name": "heap_snapshot_worker", "type": "autostart" },
{ "name": "heap_snapshot_model", "type": "autostart" },
{ "name": "platform", "type": "autostart" },
+ { "name": "text_utils", "type": "autostart" },
{ "name": "common", "type": "autostart" }
],

Powered by Google App Engine
This is Rietveld 408576698