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

Side by Side Diff: webrtc/supplement.gypi

Issue 1644843003: Compile rtc_base_objc and rtc_api_objc for Mac (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 unified diff | Download patch
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. 5 # Override the default (10.6) in Chromium's build/common.gypi.
6 # Needed for ARC and libc++. 6 # Needed for ARCi, libc++, and nullability.
tkchin_webrtc 2016/01/28 21:09:44 arci?
hjon_webrtc 2016/01/28 23:49:51 Done.
7 'mac_deployment_target%': '10.7', 7 'mac_deployment_target%': '10.10',
8 # Disable use of sysroot for Linux. It's enabled by default in Chromium, 8 # Disable use of sysroot for Linux. It's enabled by default in Chromium,
9 # but it currently lacks the libudev-dev package. 9 # but it currently lacks the libudev-dev package.
10 # TODO(kjellander): Remove when crbug.com/561584 is fixed. 10 # TODO(kjellander): Remove when crbug.com/561584 is fixed.
11 'use_sysroot': 0, 11 'use_sysroot': 0,
12 }, 12 },
13 'webrtc_root%': '<(webrtc_root)', 13 'webrtc_root%': '<(webrtc_root)',
14 'mac_deployment_target%': '<(mac_deployment_target)', 14 'mac_deployment_target%': '<(mac_deployment_target)',
15 'use_sysroot%': '<(use_sysroot)', 15 'use_sysroot%': '<(use_sysroot)',
16 'build_with_chromium': 0, 16 'build_with_chromium': 0,
17 'conditions': [ 17 'conditions': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ], 52 ],
53 'sources': [ 53 'sources': [
54 '<(webrtc_root)/build/sanitizers/tsan_suppressions_webrtc.cc', 54 '<(webrtc_root)/build/sanitizers/tsan_suppressions_webrtc.cc',
55 ], 55 ],
56 }], 56 }],
57 ], 57 ],
58 }], 58 }],
59 ], 59 ],
60 }, 60 },
61 } 61 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698