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

Unified Diff: components/tracing.gyp

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/components_tests.gyp ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing.gyp
diff --git a/components/tracing.gyp b/components/tracing.gyp
index 0bd93241f42a0ab259e6d9eb5849432b51ef4a05..36a252e3229567ac67b3ab1afec5986f995a6aaa 100644
--- a/components/tracing.gyp
+++ b/components/tracing.gyp
@@ -42,6 +42,8 @@
'tracing/common/tracing_messages.h',
'tracing/common/tracing_switches.cc',
'tracing/common/tracing_switches.h',
+ 'tracing/core/trace_ring_buffer.cc',
+ 'tracing/core/trace_ring_buffer.h',
'tracing/tracing_export.h',
],
'target_conditions': [
« no previous file with comments | « components/components_tests.gyp ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698