Index: webrtc/examples/BUILD.gn |
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
index 1eca3171def750c5a207bb393e873cfe98a00329..0098d69781b72a4ca416a826ed4cdf85142d9cea 100644 |
--- a/webrtc/examples/BUILD.gn |
+++ b/webrtc/examples/BUILD.gn |
@@ -196,9 +196,6 @@ if (is_ios || (is_mac && target_cpu != "x86")) { |
"-Wno-sign-compare", |
"-Wno-unused-variable", |
] |
- if (is_mac) { |
- cflags += [ "-Wno-partial-availability" ] |
- } |
} |
rtc_static_library("apprtc_signaling") { |
@@ -368,8 +365,6 @@ if (is_ios || (is_mac && target_cpu != "x86")) { |
mac_app_bundle("AppRTCMobile") { |
output_name = "AppRTCMobile" |
- extra_substitutions = [ "MACOSX_DEPLOYMENT_TARGET=10.8" ] |
- |
sources = [ |
"objc/AppRTCMobile/mac/main.m", |
] |
@@ -409,10 +404,6 @@ if (is_ios || (is_mac && target_cpu != "x86")) { |
# https://bugs.chromium.org/p/webrtc/issues/detail?id=6396 |
"-Wno-unused-result", |
] |
- |
- if (is_mac) { |
- cflags += [ "-Wno-partial-availability" ] |
- } |
} |
rtc_static_library("socketrocket") { |