Chromium Code Reviews| Index: mojo/common/BUILD.gn |
| diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn |
| index e87167c6cd30955f5103f983876dff6b4f99c710..f5f08c8ac106708caa2fe656199a8c55e17b4be7 100644 |
| --- a/mojo/common/BUILD.gn |
| +++ b/mojo/common/BUILD.gn |
| @@ -39,6 +39,7 @@ component("common_base") { |
| deps = [ |
| "//base", |
| "//base/third_party/dynamic_annotations", |
| + "//components/tracing:startup_tracing", |
|
sky
2015/06/18 22:18:16
This isn't actually using statup_tracing. It's the
Zhen Wang
2015/06/18 22:37:58
I was following the pattern in content/child/BUILD
sky
2015/06/18 23:43:08
Each step of the build should list targets it depe
Zhen Wang
2015/06/19 03:26:10
Done.
|
| "//third_party/mojo/src/mojo/public/c/system:for_component", |
| ] |
| } |