Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: webrtc/examples/BUILD.gn

Issue 2710493002: Fix partial availability warnings on Mac AppRTCMobile (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698