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

Unified Diff: components/tracing/BUILD.gn

Issue 2134683002: tracing v2: Add base class for zero-copy protobuf (ProtoZero) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proto_utils
Patch Set: rebase Created 4 years, 5 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/proto_utils.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 8f066a56d8d584e9ded9d3945459680ad5c14622..a4664217133878815e010ba7bef112ad0f4d8830 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -17,6 +17,8 @@ component("tracing") {
"common/tracing_messages.cc",
"common/tracing_messages.h",
"core/proto_utils.h",
+ "core/proto_zero_message.cc",
+ "core/proto_zero_message.h",
"core/scattered_stream_writer.cc",
"core/scattered_stream_writer.h",
"core/trace_ring_buffer.cc",
@@ -94,6 +96,7 @@ source_set("unit_tests") {
"common/graphics_memory_dump_provider_android_unittest.cc",
"common/process_metrics_memory_dump_provider_unittest.cc",
"core/proto_utils_unittest.cc",
+ "core/proto_zero_message_unittest.cc",
"core/scattered_stream_writer_unittest.cc",
"core/trace_ring_buffer_unittest.cc",
"test/fake_scattered_buffer.cc",
« no previous file with comments | « components/tracing.gyp ('k') | components/tracing/core/proto_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698