Chromium Code Reviews| Index: components/tracing/BUILD.gn |
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn |
| index 5771d93c4c65f0eb701d7727acec23cd9d584a56..336f5cb5ea487097480c3aec3cd95d37d22cc98e 100644 |
| --- a/components/tracing/BUILD.gn |
| +++ b/components/tracing/BUILD.gn |
| @@ -17,3 +17,14 @@ source_set("tracing") { |
| "//ipc", |
| ] |
| } |
| + |
| +source_set("startup_tracing") { |
| + sources = [ |
| + "startup_tracing.cc", |
| + "startup_tracing.h", |
| + ] |
| + |
| + deps = [ |
| + "//base", |
| + ] |
| +} |