| 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', {
|
|
|