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

Unified Diff: components/tracing/BUILD.gn

Issue 2049653002: tracing v2: Add TraceRingBuffer class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing nits 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/trace_ring_buffer.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 c781f144f51179754351e4cf4148c2c469aa3b2a..892f8faf31f062a93eef9df04fc8862766d96064 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/trace_ring_buffer.cc",
+ "core/trace_ring_buffer.h",
"tracing_export.h",
]
@@ -54,6 +56,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/trace_ring_buffer_unittest.cc",
]
deps = [
« no previous file with comments | « components/tracing.gyp ('k') | components/tracing/core/trace_ring_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698