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

Unified Diff: components/tracing/BUILD.gn

Issue 2043913006: tracing v2: Add proto_utils.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tv_ups2
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 ea3ea2ee927c3f22044d5365299c45928d9b9836..9376463ad2c972aaddf5bd7261c7901d6eb30079 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -14,6 +14,7 @@ component("tracing") {
"common/process_metrics_memory_dump_provider.h",
"common/tracing_messages.cc",
"common/tracing_messages.h",
+ "core/proto_utils.h",
"core/scattered_stream_writer.cc",
"core/scattered_stream_writer.h",
"core/trace_ring_buffer.cc",
@@ -58,6 +59,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/proto_utils_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/proto_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698