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

Unified Diff: components/tracing.gyp

Issue 2083373002: proto_zero_plugin [NOT FOR REVIEW]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: full_featured_will_split_into_smaller_CLs_for_review 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
Index: components/tracing.gyp
diff --git a/components/tracing.gyp b/components/tracing.gyp
index 91071d657e689bba8e1ccdf567fb81b5cdc85de0..2d6c9692642c369ee6aa8035df473f2ea44d5a90 100644
--- a/components/tracing.gyp
+++ b/components/tracing.gyp
@@ -18,6 +18,7 @@
'dependencies': [
'../base/base.gyp:base',
'../ipc/ipc.gyp:ipc',
+ 'tracing_proto.gyp:tracing_proto',
],
'include_dirs': [
'..',
@@ -47,6 +48,7 @@
'tracing/core/trace_ring_buffer.cc',
'tracing/core/trace_ring_buffer.h',
'tracing/tracing_export.h',
+ 'tracing/sample_proto_canary.cc',
],
'target_conditions': [
['>(nacl_untrusted_build)==1', {

Powered by Google App Engine
This is Rietveld 408576698