Define NO_SOUND_SYSTEM for chromium build.
Review URL: http://webrtc-codereview.appspot.com/226002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@741 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -110,6 +110,9 @@
|
||||
},
|
||||
'conditions': [
|
||||
['inside_chromium_build==1', {
|
||||
'defines': [
|
||||
'NO_SOUND_SYSTEM',
|
||||
],
|
||||
'include_dirs': [
|
||||
'<(overrides)',
|
||||
'<(libjingle_orig)/source',
|
||||
@ -117,6 +120,9 @@
|
||||
'../../third_party/expat/files',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'defines': [
|
||||
'NO_SOUND_SYSTEM',
|
||||
],
|
||||
'include_dirs': [
|
||||
'<(overrides)',
|
||||
'<(libjingle_orig)/source',
|
||||
|
Reference in New Issue
Block a user