2 Star 0 Fork 0

mirrors_android_source/webrtc

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
supplement.gypi 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
kjellander@webrtc.org 提交于 2014-08-25 22:16 +08:00 . Roll chromium_revision 289723:291647
{
'variables': {
'variables': {
'webrtc_root%': '<(DEPTH)/webrtc',
},
'webrtc_root%': '<(webrtc_root)',
'build_with_chromium': 0,
},
'target_defaults': {
'target_conditions': [
['_target_name=="sanitizer_options"', {
'conditions': [
['tsan==1', {
# Replace Chromium's TSan v2 suppressions with our own for WebRTC.
'sources/': [
['exclude', 'tsan_suppressions.cc'],
],
'sources': [
'<(webrtc_root)/build/tsan_suppressions_webrtc.cc',
],
}],
],
}],
],
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/webrtc.git
git@gitee.com:mirrors_android_source/webrtc.git
mirrors_android_source
webrtc
webrtc
main

搜索帮助