OLD | NEW |
---|---|
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 Loading... | |
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 } |
OLD | NEW |