| Index: media/cast/audio_receiver/audio_receiver.gypi
|
| diff --git a/media/cast/audio_receiver/audio_receiver.gypi b/media/cast/audio_receiver/audio_receiver.gypi
|
| index 0cdcfcc7af191848242324a660ac5288b3112108..a851612f721910ac88c0d724470c8727cd0841be 100644
|
| --- a/media/cast/audio_receiver/audio_receiver.gypi
|
| +++ b/media/cast/audio_receiver/audio_receiver.gypi
|
| @@ -8,8 +8,8 @@
|
| 'target_name': 'cast_audio_receiver',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| - '<(DEPTH)/',
|
| - '<(DEPTH)/third_party/',
|
| + '<(DEPTH)/',
|
| + '<(DEPTH)/third_party/',
|
| '<(DEPTH)/third_party/webrtc/',
|
| ],
|
| 'sources': [
|
| @@ -19,6 +19,7 @@
|
| 'audio_receiver.cc',
|
| ], # source
|
| 'dependencies': [
|
| + '<(DEPTH)/crypto/crypto.gyp:crypto',
|
| '<(DEPTH)/media/cast/rtcp/rtcp.gyp:cast_rtcp',
|
| '<(DEPTH)/media/cast/rtp_receiver/rtp_receiver.gyp:*',
|
| '<(DEPTH)/third_party/webrtc/webrtc.gyp:webrtc',
|
|
|