Index: webrtc/sdk/BUILD.gn |
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn |
index 0f6312780133ea46fc6d67a3440f4fd1261e5061..69ec091a790314c9f75ad73facf7f045b033bad3 100644 |
--- a/webrtc/sdk/BUILD.gn |
+++ b/webrtc/sdk/BUILD.gn |
@@ -18,7 +18,7 @@ if (is_ios || (is_mac && mac_deployment_target == "10.7")) { |
] |
} |
- source_set("rtc_sdk_common_objc") { |
+ rtc_source_set("rtc_sdk_common_objc") { |
deps = [ |
"../base:rtc_base", |
] |
@@ -69,7 +69,7 @@ if (is_ios || (is_mac && mac_deployment_target == "10.7")) { |
} |
} |
- source_set("rtc_sdk_peerconnection_objc") { |
+ rtc_source_set("rtc_sdk_peerconnection_objc") { |
sources = [ |
"objc/Framework/Classes/RTCAVFoundationVideoSource+Private.h", |
"objc/Framework/Classes/RTCAVFoundationVideoSource.mm", |
@@ -195,7 +195,7 @@ if (is_ios || (is_mac && mac_deployment_target == "10.7")) { |
if (is_clang) { |
# Suppress warnings from the Chromium Clang plugins. |
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details. |
- configs -= [ "//build/config/clang:find_bad_constructs" ] |
+ suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
} |
libs += [ "AVFoundation.framework" ] |