| Index: content/BUILD.gn
|
| diff --git a/content/BUILD.gn b/content/BUILD.gn
|
| index 7f749aa7dbe01b35ed40e88eba88ebf143d23a32..30d4109246c5a02f3f67b5e2ec5af3abcfebe7d3 100644
|
| --- a/content/BUILD.gn
|
| +++ b/content/BUILD.gn
|
| @@ -13,20 +13,20 @@ content_shared_components = [
|
| "//content/gpu",
|
| "//content/plugin",
|
| "//content/ppapi_plugin",
|
| - "//content/public/app",
|
| "//content/public/browser:sources",
|
| "//content/public/child",
|
| "//content/public/common",
|
| "//content/public/plugin",
|
| "//content/public/renderer",
|
| + "//content/public/utility",
|
| "//content/renderer",
|
| - "//content/utility",
|
| ]
|
|
|
| if (is_component_build) {
|
| shared_library("content") {
|
| deps = content_shared_components + [
|
| "//content/app",
|
| + "//content/public/app",
|
| ]
|
| forward_dependent_configs_from = deps
|
| }
|
|
|