Index: build/config/BUILDCONFIG.gn |
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn |
index f7c81c75caa7bbc217e760d157a47505978e9184..d6e9ba77fe25d339d12d81af8db09c4d0c392a87 100644 |
--- a/build/config/BUILDCONFIG.gn |
+++ b/build/config/BUILDCONFIG.gn |
@@ -291,7 +291,7 @@ set_sources_assignment_filter(sources_assignment_filter) |
if (is_component_build) { |
component_mode = "shared_library" |
} else { |
- component_mode = "static_library" |
+ component_mode = "source_set" |
} |
# These Sanitizers all imply using the Clang compiler. On Windows they either |