| Index: components/tracing.gyp
|
| diff --git a/components/tracing.gyp b/components/tracing.gyp
|
| index 0bd93241f42a0ab259e6d9eb5849432b51ef4a05..1786c4bfde1c319e6375b1813b571a14ea3db37d 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': [
|
| '..',
|
| @@ -43,6 +44,7 @@
|
| 'tracing/common/tracing_switches.cc',
|
| 'tracing/common/tracing_switches.h',
|
| 'tracing/tracing_export.h',
|
| + 'tracing/sample_proto_canary.cc',
|
| ],
|
| 'target_conditions': [
|
| ['>(nacl_untrusted_build)==1', {
|
|
|