| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 6f6bf820f4b85583ac2e210a70d9b77d07f6737f..cd362a5cfca9062093f9f803c441cf7ad6eb6b8d 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -198,6 +198,7 @@
|
| 'test/webrtc_audio_device_test.h',
|
| ],
|
| 'dependencies': [
|
| + '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
|
| '../third_party/libjingle/libjingle.gyp:libpeerconnection',
|
| '../third_party/webrtc/modules/modules.gyp:audio_device',
|
| '../third_party/webrtc/modules/modules.gyp:video_capture_module',
|
| @@ -574,6 +575,7 @@
|
| 'renderer/media/webrtc_audio_device_unittest.cc',
|
| ],
|
| 'dependencies': [
|
| + '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
|
| '../third_party/libjingle/libjingle.gyp:libpeerconnection',
|
| '../third_party/webrtc/modules/modules.gyp:video_capture_module',
|
| '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
|
|
|