| Index: webrtc/tools/BUILD.gn
|
| diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
|
| index 05b7adbf796bb6ac110b2bf455ced6aa4a8df4a2..0ac9b2d3eabb22e47a8fe0eab274b65a77e91aa9 100644
|
| --- a/webrtc/tools/BUILD.gn
|
| +++ b/webrtc/tools/BUILD.gn
|
| @@ -209,6 +209,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.
|
| @@ -260,6 +261,7 @@ if (rtc_include_tests) {
|
| }
|
|
|
| deps = [
|
| + "../modules:module_api",
|
| "../modules/audio_processing",
|
| "../system_wrappers:metrics_default",
|
| "../test:test_support",
|
|
|