| Index: content/BUILD.gn
|
| diff --git a/content/BUILD.gn b/content/BUILD.gn
|
| index c59434b959b870adb999e1622d822e9a0d33d9bd..b4eeb264ee5596f8eaab08d03461966f234085c2 100644
|
| --- a/content/BUILD.gn
|
| +++ b/content/BUILD.gn
|
| @@ -13,6 +13,7 @@
|
| "//content/gpu",
|
| "//content/plugin",
|
| "//content/ppapi_plugin",
|
| + "//content/public/app",
|
| "//content/public/browser:sources",
|
| "//content/public/child",
|
| "//content/public/common",
|
| @@ -26,7 +27,6 @@
|
| shared_library("content") {
|
| deps = content_shared_components + [
|
| "//content/app",
|
| - "//content/public/app",
|
| ]
|
| forward_dependent_configs_from = deps
|
| }
|
|
|