diff --git a/BUILD.gn b/BUILD.gn index ef7da8e6c4..cdc2b4ef9e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -106,7 +106,7 @@ config("common_inherited_config") { cflags = [] ldflags = [] - if (rtc_enable_symbol_export || is_component_build) { + if (rtc_enable_symbol_export) { defines = [ "WEBRTC_ENABLE_SYMBOL_EXPORT" ] }