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

Unified Diff: content/child/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 years, 3 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 62cedc17b9b76394c0179033398ebd263adddd97..af763de2f88fcd774c89e40adc13db025af0c179 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