| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 16cc7463cec25b9124593045590086ba563c2348..d13f4727cfda8f1ee5e340c23e0e7e9fe02a5315 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -210,6 +210,7 @@ static_library("content_shell_lib") {
|
| # This exposes all public content APIs.
|
| "//content/public/app:both",
|
| "//content/public/browser",
|
| + "//content/public/child",
|
| "//content/public/common",
|
| "//content/public/renderer",
|
| "//content/public/utility",
|
|
|