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

Unified Diff: components/tracing/BUILD.gn

Issue 2047273002: tracing v2: Add ScatteredStreamWriter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tv_ups1
Patch Set: Typo Created 4 years, 6 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 | « components/tracing.gyp ('k') | components/tracing/core/scattered_stream_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
index 892f8faf31f062a93eef9df04fc8862766d96064..ea3ea2ee927c3f22044d5365299c45928d9b9836 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -14,6 +14,8 @@ component("tracing") {
"common/process_metrics_memory_dump_provider.h",
"common/tracing_messages.cc",
"common/tracing_messages.h",
+ "core/scattered_stream_writer.cc",
+ "core/scattered_stream_writer.h",
"core/trace_ring_buffer.cc",
"core/trace_ring_buffer.h",
"tracing_export.h",
@@ -56,6 +58,7 @@ source_set("unit_tests") {
"child/child_trace_message_filter_unittest.cc",
"common/graphics_memory_dump_provider_android_unittest.cc",
"common/process_metrics_memory_dump_provider_unittest.cc",
+ "core/scattered_stream_writer_unittest.cc",
"core/trace_ring_buffer_unittest.cc",
]
« no previous file with comments | « components/tracing.gyp ('k') | components/tracing/core/scattered_stream_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698