Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 50819f19ca333fe5238dfcca34cb281d5ca01735..569d214816559c68b44134a706dc28e28e9f9cf9 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -1569,8 +1569,11 @@ if (rtc_include_tests) { |
":isac_fix", |
":webrtc_opus", |
"../..:webrtc_common", |
+ "../../api:libjingle_peerconnection_api", |
"../../rtc_base:rtc_base_approved", |
+ "../../system_wrappers:metrics_default", |
"../../system_wrappers:system_wrappers_default", |
+ "../../test:field_trial", |
"../../test:test_main", |
"../audio_processing", |
"//testing/gtest", |
@@ -1702,6 +1705,8 @@ if (rtc_include_tests) { |
"../..:webrtc_common", |
"../../common_audio", |
"../../rtc_base:rtc_base_approved", |
+ "../../system_wrappers:metrics_default", |
+ "../../test:field_trial", |
] |
configs += [ ":RTPencode_config" ] |