Index: content/public/child/BUILD.gn |
diff --git a/content/public/child/BUILD.gn b/content/public/child/BUILD.gn |
index fff416aff0255b55ad8b264c6a9d717abe758900..a5a933f99b54e6aa71b33f20ae1102a592f59cda 100644 |
--- a/content/public/child/BUILD.gn |
+++ b/content/public/child/BUILD.gn |
@@ -23,8 +23,11 @@ source_set("child_sources") { |
"//content:content_implementation", |
] |
- deps = [ |
+ public_deps = [ |
"//content/child", |
+ ] |
+ |
+ deps = [ |
"//content/public/common:common_sources", |
] |
} |