blob: 4bf859873dd600f3a712431115d23a938fcdf9b2 [file] [log] [blame]
henrike@webrtc.org72383732014-01-21 15:54:561{
2 'variables': {
kjellander@webrtc.orgd474b292014-06-21 19:30:293 'variables': {
4 'webrtc_root%': '<(DEPTH)/webrtc',
5 },
6 'webrtc_root%': '<(webrtc_root)',
henrike@webrtc.org72383732014-01-21 15:54:567 'build_with_chromium': 0,
kjellander@webrtc.orgd474b292014-06-21 19:30:298 },
9 'target_defaults': {
kjellander@webrtc.org93d10492014-08-25 14:16:3210 '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.orgd474b292014-06-21 19:30:2922 ],
23 }],
24 ],
25 },
henrike@webrtc.org72383732014-01-21 15:54:5626}