| Index: components/tracing/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
|
| index c781f144f51179754351e4cf4148c2c469aa3b2a..7b1f189ba686b9cccf8f81d9661dbb626de49973 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/components/tracing/BUILD.gn
|
| @@ -21,9 +21,12 @@ component("tracing") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/tracing/proto:tracing_proto",
|
| "//ipc",
|
| ]
|
|
|
| + sources += [ "sample_proto_canary.cc" ]
|
| +
|
| if (is_nacl) {
|
| sources -= [ "common/process_metrics_memory_dump_provider.cc" ]
|
| }
|
|
|