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

Unified Diff: content/public/renderer/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/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index ddadd89254e5aa11e2c87eb2575f6379ff787416..c3f7bb14ea6a5691c68ce5ddbe35836f95c5ab23 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,15 +20,9 @@ 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/*" ]
-
sources = [
"associated_resource_fetcher.h",
"browser_plugin_delegate.cc",
@@ -68,7 +63,6 @@ target(link_target_type, "renderer_sources") {
"window_features_converter.cc",
"window_features_converter.h",
]
-
configs += [ "//content:content_implementation" ]
public_deps = [
« no previous file with comments | « content/public/common/all_content_public_common_files.cc ('k') | content/public/test/unittest_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698