Chromium Code Reviews| Index: webrtc/audio/BUILD.gn |
| diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn |
| index e1d583f8e5a35d7c8a3758a5915772bf27fef9f4..e89350e89ae25e805f6de0944d59ef5488e2b538 100644 |
| --- a/webrtc/audio/BUILD.gn |
| +++ b/webrtc/audio/BUILD.gn |
| @@ -48,7 +48,9 @@ if (rtc_include_tests) { |
| ] |
| deps = [ |
| ":audio", |
| + "../base:rtc_base_approved", |
|
aleloi
2016/11/14 16:39:58
Missed dep according to GN.
|
| "../modules/audio_device:mock_audio_device", |
| + "../test:test_common", |
|
aleloi
2016/11/14 16:39:58
For including mock_voice_engine.
|
| "//testing/gmock", |
| "//testing/gtest", |
| ] |