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

Side by Side Diff: webrtc/supplement.gypi

Issue 1474623002: Set mac_deployment_target default to 10.7 (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added comment Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'variables': { 3 'variables': {
4 'webrtc_root%': '<(DEPTH)/webrtc', 4 'webrtc_root%': '<(DEPTH)/webrtc',
5 # Override the default (10.6) in Chromium's build/common.gypi.
6 # Needed for ARC and libc++.
7 'mac_deployment_target%': '10.7',
5 }, 8 },
6 'webrtc_root%': '<(webrtc_root)', 9 'webrtc_root%': '<(webrtc_root)',
10 'mac_deployment_target%': '<(mac_deployment_target)',
7 'build_with_chromium': 0, 11 'build_with_chromium': 0,
8 'conditions': [ 12 'conditions': [
9 ['OS=="ios"', { 13 ['OS=="ios"', {
10 # Default to using BoringSSL on iOS. 14 # Default to using BoringSSL on iOS.
11 'use_openssl%': 1, 15 'use_openssl%': 1,
12 16
13 # Set target_subarch for if not already set. This is needed because the 17 # Set target_subarch for if not already set. This is needed because the
14 # Chromium iOS toolchain relies on target_subarch being set. 18 # Chromium iOS toolchain relies on target_subarch being set.
15 'conditions': [ 19 'conditions': [
16 ['target_arch=="arm" or target_arch=="ia32"', { 20 ['target_arch=="arm" or target_arch=="ia32"', {
(...skipping 26 matching lines...) Expand all
43 ], 47 ],
44 'sources': [ 48 'sources': [
45 '<(webrtc_root)/build/sanitizers/tsan_suppressions_webrtc.cc', 49 '<(webrtc_root)/build/sanitizers/tsan_suppressions_webrtc.cc',
46 ], 50 ],
47 }], 51 }],
48 ], 52 ],
49 }], 53 }],
50 ], 54 ],
51 }, 55 },
52 } 56 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698