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

Unified Diff: content/public/renderer/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
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/public/test/unittest_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index b3c712b3a93d79b2e12d92a2805df01319b3baea..56cf54a3ab08a678733bf427c8da6821f1f22f9f 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/features.gni")
import("//media/media_options.gni")
import("//ppapi/features/features.gni")
+import("//content/content.gni")
# See //content/BUILD.gn for how this works.
group("renderer") {
@@ -19,12 +20,7 @@ group("renderer") {
}
}
-if (is_component_build) {
- link_target_type = "source_set"
-} else {
- link_target_type = "static_library"
-}
-target(link_target_type, "renderer_sources") {
+content_component("renderer_sources") {
# External code should depend on via ":renderer" above.
visibility = [ "//content/*" ]
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/public/test/unittest_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698