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

Unified Diff: webrtc/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 | « build_overrides/build.gni ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index e8fc26407cc4ea853c437d7d7ee0799fc99114bd..d017b76c6cfbff328515fa566643a63d113145c2 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -551,7 +551,7 @@ if (rtc_include_tests) {
shard_timeout = 900
}
- if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
+ if (is_ios || is_mac) {
deps += [
"sdk:rtc_sdk_peerconnection_objc",
"system_wrappers:system_wrappers_default",
« no previous file with comments | « build_overrides/build.gni ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698