| Index: content/child/BUILD.gn
|
| diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
|
| index 37f961b181f81e47ea458f7f6545512695db8f00..b7257ac2f2d85cc20f4e8f6f94eaa7a449d4107c 100644
|
| --- a/content/child/BUILD.gn
|
| +++ b/content/child/BUILD.gn
|
| @@ -6,13 +6,9 @@ import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| import("//ppapi/features/features.gni")
|
| import("//third_party/WebKit/public/public_features.gni")
|
| +import("//content/content.gni")
|
|
|
| -if (is_component_build) {
|
| - link_target_type = "source_set"
|
| -} else {
|
| - link_target_type = "static_library"
|
| -}
|
| -target(link_target_type, "child") {
|
| +content_component("child") {
|
| # Targets external to content should always link to the public API.
|
| # Internal targets can link to this but only if they're child processes
|
| # (i.e. not content/browser or content/common) and only if they're inside the
|
|
|