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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « build_overrides/build.gni ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330.
10 10
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 544
545 if (rtc_enable_protobuf) { 545 if (rtc_enable_protobuf) {
546 deps += [ "logging:rtc_event_log_tests" ] 546 deps += [ "logging:rtc_event_log_tests" ]
547 } 547 }
548 548
549 if (is_android) { 549 if (is_android) {
550 deps += [ "//testing/android/native_test:native_test_support" ] 550 deps += [ "//testing/android/native_test:native_test_support" ]
551 shard_timeout = 900 551 shard_timeout = 900
552 } 552 }
553 553
554 if (is_ios || (is_mac && mac_deployment_target == "10.7")) { 554 if (is_ios || is_mac) {
555 deps += [ 555 deps += [
556 "sdk:rtc_sdk_peerconnection_objc", 556 "sdk:rtc_sdk_peerconnection_objc",
557 "system_wrappers:system_wrappers_default", 557 "system_wrappers:system_wrappers_default",
558 ] 558 ]
559 sources += [ 559 sources += [
560 "sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm", 560 "sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm",
561 "sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm", 561 "sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm",
562 "sdk/objc/Framework/UnitTests/RTCIceCandidateTest.mm", 562 "sdk/objc/Framework/UnitTests/RTCIceCandidateTest.mm",
563 "sdk/objc/Framework/UnitTests/RTCIceServerTest.mm", 563 "sdk/objc/Framework/UnitTests/RTCIceServerTest.mm",
564 "sdk/objc/Framework/UnitTests/RTCMediaConstraintsTest.mm", 564 "sdk/objc/Framework/UnitTests/RTCMediaConstraintsTest.mm",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 730
731 deps = [ 731 deps = [
732 "//base:base_java_test_support", 732 "//base:base_java_test_support",
733 "//webrtc/api:libjingle_peerconnection_java", 733 "//webrtc/api:libjingle_peerconnection_java",
734 "//webrtc/api:libjingle_peerconnection_jni", 734 "//webrtc/api:libjingle_peerconnection_jni",
735 "//webrtc/examples:AppRTCMobile_javalib", 735 "//webrtc/examples:AppRTCMobile_javalib",
736 ] 736 ]
737 } 737 }
738 } 738 }
739 } 739 }
OLDNEW
« 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