Chromium Code Reviews| Index: components/tracing/BUILD.gn |
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn |
| index 9376463ad2c972aaddf5bd7261c7901d6eb30079..6ef5785676be6680948460a629f86c41ee9c6d64 100644 |
| --- a/components/tracing/BUILD.gn |
| +++ b/components/tracing/BUILD.gn |
| @@ -62,10 +62,12 @@ source_set("unit_tests") { |
| "core/proto_utils_unittest.cc", |
| "core/scattered_stream_writer_unittest.cc", |
| "core/trace_ring_buffer_unittest.cc", |
| + "proto_zero_plugin/mock_messages_unittest.cc", |
|
Primiano Tucci (use gerrit)
2016/07/13 16:52:31
this file should NOT be inside the tools/proto_zer
|
| ] |
| deps = [ |
| ":tracing", |
| + "proto_zero_plugin:mock_messages", |
| "//base/test:test_support", |
| "//ipc", |
| "//testing/gmock:gmock", |