| Index: webrtc/tools/BUILD.gn
|
| diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
|
| index be3296d1ff274946b157d96533b75825569671a0..2850552f1a6dae2630384a17eac9d4781728ee49 100644
|
| --- a/webrtc/tools/BUILD.gn
|
| +++ b/webrtc/tools/BUILD.gn
|
| @@ -210,6 +210,7 @@ if (rtc_enable_protobuf) {
|
| "../call:call_interfaces",
|
| "../logging:rtc_event_log_impl",
|
| "../logging:rtc_event_log_parser",
|
| + "../modules:module_api",
|
| "../modules/audio_coding:ana_debug_dump_proto",
|
|
|
| # TODO(kwiberg): Remove this dependency.
|
| @@ -261,6 +262,7 @@ if (rtc_include_tests) {
|
| }
|
|
|
| deps = [
|
| + "../modules:module_api",
|
| "../modules/audio_processing",
|
| "../system_wrappers:metrics_default",
|
| "../test:test_support",
|
|
|