Index: content/BUILD.gn |
diff --git a/content/BUILD.gn b/content/BUILD.gn |
index 56be9793f1781218167b13e97d2b9df9ff4af3b1..cb50de5f703bdce12e791a0cfc301cab33374ee8 100644 |
--- a/content/BUILD.gn |
+++ b/content/BUILD.gn |
@@ -56,7 +56,7 @@ if (!is_nacl_nonsfi) { |
} |
if (is_component_build) { |
- shared_library("content") { |
+ component("content") { |
public_deps = |
content_shared_components + [ "//content/public/app:both_sources" ] |
deps = [ |