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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2488943002: Bump mac deployment target to 10.9 (Closed)
Patch Set: Created 4 years, 1 month 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 | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index d54961cefb6afc6e8e52d04ad47b63f02e2618a3..53602a47fb372a0182aff12226f13988f1df4a50 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -16,14 +16,14 @@ if (is_ios) {
}
group("sdk") {
- if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
+ if (is_ios || is_mac) {
public_deps = [
":rtc_sdk_framework_objc",
]
}
}
-if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
+if (is_ios || is_mac) {
config("rtc_sdk_common_objc_config") {
include_dirs = [
"objc/Framework/Classes",
« no previous file with comments | « webrtc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698