blob: 4bf859873dd600f3a712431115d23a938fcdf9b2 [file] [log] [blame]
henrike@webrtc.orge1b98802014-01-21 15:54:56 +00001{
2 'variables': {
kjellander@webrtc.org31d45192014-06-21 19:30:29 +00003 'variables': {
4 'webrtc_root%': '<(DEPTH)/webrtc',
5 },
6 'webrtc_root%': '<(webrtc_root)',
henrike@webrtc.orge1b98802014-01-21 15:54:56 +00007 'build_with_chromium': 0,
kjellander@webrtc.org31d45192014-06-21 19:30:29 +00008 },
9 'target_defaults': {
kjellander@webrtc.orgc5d05772014-08-25 14:16:32 +000010 'target_conditions': [
11 ['_target_name=="sanitizer_options"', {
12 'conditions': [
13 ['tsan==1', {
14 # Replace Chromium's TSan v2 suppressions with our own for WebRTC.
15 'sources/': [
16 ['exclude', 'tsan_suppressions.cc'],
17 ],
18 'sources': [
19 '<(webrtc_root)/build/tsan_suppressions_webrtc.cc',
20 ],
21 }],
kjellander@webrtc.org31d45192014-06-21 19:30:29 +000022 ],
23 }],
24 ],
25 },
henrike@webrtc.orge1b98802014-01-21 15:54:56 +000026}