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

Unified Diff: components/tracing/BUILD.gn

Issue 2308583003: tracing v2: Introduce TraceBufferReader to read-back the trace buffer (Closed)
Patch Set: DISALLOW_COPY_AND_ASSIGN + cctype for isalnum Created 4 years, 3 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 | « no previous file | components/tracing/core/proto_utils.cc » ('j') | components/tracing/core/string_interning.h » ('J')
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 0d5109701b89a44679a333605288f533c6d016e6..f3285efdc03a71fddf9ba5b80fe8b34f6a9b2a25 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -24,6 +24,10 @@ component("tracing") {
"core/proto_zero_message_handle.h",
"core/scattered_stream_writer.cc",
"core/scattered_stream_writer.h",
+ "core/string_interning.cc",
+ "core/string_interning.h",
+ "core/trace_buffer_reader.cc",
+ "core/trace_buffer_reader.h",
"core/trace_buffer_writer.cc",
"core/trace_buffer_writer.h",
"core/trace_ring_buffer.cc",
@@ -95,6 +99,7 @@ source_set("unit_tests") {
"core/proto_utils_unittest.cc",
"core/proto_zero_message_unittest.cc",
"core/scattered_stream_writer_unittest.cc",
+ "core/trace_buffer_reader_unittest.cc",
"core/trace_buffer_writer_unittest.cc",
"core/trace_ring_buffer_unittest.cc",
"test/fake_scattered_buffer.cc",
« no previous file with comments | « no previous file | components/tracing/core/proto_utils.cc » ('j') | components/tracing/core/string_interning.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698