Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2018)

Unified Diff: content/child/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/browser/webui/web_ui_url_loader_factory.cc ('k') | content/child/appcache/appcache_frontend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698