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

Unified Diff: tracing/trace_viewer.gypi

Issue 2635023002: [tracing] Support new heap dump format (Closed)
Patch Set: remove it again 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: tracing/trace_viewer.gypi
diff --git a/tracing/trace_viewer.gypi b/tracing/trace_viewer.gypi
index 1b22ed4f5aeedc510b31b398ba0168c593623fc6..2cf554ab6b9f058ff8b47f5b9e56564b825463ca 100644
--- a/tracing/trace_viewer.gypi
+++ b/tracing/trace_viewer.gypi
@@ -112,6 +112,7 @@
'tracing/extras/importer/gzip_importer.html',
'tracing/extras/importer/heap_dump_trace_event_importer.html',
'tracing/extras/importer/jszip.html',
+ 'tracing/extras/importer/legacy_heap_dump_trace_event_importer.html',
'tracing/extras/importer/linux_perf/android_parser.html',
'tracing/extras/importer/linux_perf/binder_parser.html',
'tracing/extras/importer/linux_perf/bus_parser.html',
@@ -134,6 +135,7 @@
'tracing/extras/importer/linux_perf/sched_parser.html',
'tracing/extras/importer/linux_perf/sync_parser.html',
'tracing/extras/importer/linux_perf/workqueue_parser.html',
+ 'tracing/extras/importer/streaming_event_expander.html',
'tracing/extras/importer/trace2html_importer.html',
'tracing/extras/importer/trace_code_entry.html',
'tracing/extras/importer/trace_code_map.html',

Powered by Google App Engine
This is Rietveld 408576698