| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 908ed5cf4fb21df786000b88ff19b2ff5cb46749..6d1c2f9a00199dc9738140418c50f797316cc9b9 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -1324,7 +1324,7 @@ if (rtc_include_tests) {
|
| sources = [
|
| "neteq/neteq_unittest.proto",
|
| ]
|
| - proto_out_dir = "webrtc/audio_coding/neteq"
|
| + proto_out_dir = "webrtc/modules/audio_coding/neteq"
|
| }
|
|
|
| rtc_static_library("rtc_event_log_source") {
|
|
|