| Index: content/public/renderer/BUILD.gn
|
| diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
|
| index 74205afbe4f16da3daa07f2d229ccc90caf7ed9a..d917810dc2ca37664b7158fa11222eb7c60c8705 100644
|
| --- a/content/public/renderer/BUILD.gn
|
| +++ b/content/public/renderer/BUILD.gn
|
| @@ -64,6 +64,10 @@ target(link_target_type, "renderer_sources") {
|
|
|
| configs += [ "//content:content_implementation" ]
|
|
|
| + public_deps = [
|
| + "//content/public/common:interfaces",
|
| + ]
|
| +
|
| deps = [
|
| "//content/public/child:child_sources",
|
| "//content/public/common:common_sources",
|
|
|