Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 96cdf209fbb9e126b11eb7be6255be6d1174b73c..6bd97929f06b6b5be9d4784f7579754acfad60b9 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -15,6 +15,10 @@ source_set("child") { |
sources = rebase_path(content_child_gypi_values.private_child_sources, |
".", "//content") |
+ public_deps = [ |
+ "//mojo/edk/system", |
+ ] |
+ |
deps = [ |
"//base", |
"//components/tracing", |