Chromium Code Reviews| Index: webrtc/modules/audio_coding/BUILD.gn |
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
| index abe064f3da3b643a415982db633b2525ba3c87f6..84132389ddf8afdc4421bfed193c3a216df0433a 100644 |
| --- a/webrtc/modules/audio_coding/BUILD.gn |
| +++ b/webrtc/modules/audio_coding/BUILD.gn |
| @@ -1389,6 +1389,7 @@ if (rtc_include_tests) { |
| ":audio_format_conversion", |
| "..:module_api", |
| "../../:webrtc_common", |
| + "../../call:call", |
|
the sun
2017/08/31 07:08:04
why? I don't see any direct use of things defined
stefan-webrtc
2017/08/31 14:13:09
Thanks for catching.
|
| "../../rtc_base:rtc_base_approved", |
| "../../system_wrappers", |
| "../../system_wrappers:system_wrappers_default", |
| @@ -1419,6 +1420,7 @@ if (rtc_include_tests) { |
| ":audio_format_conversion", |
| "..:module_api", |
| "../../:webrtc_common", |
| + "../../call:call", |
| "../../rtc_base:rtc_base_approved", |
| "../../system_wrappers", |
| "../../system_wrappers:system_wrappers_default", |
| @@ -1466,6 +1468,7 @@ if (rtc_include_tests) { |
| ":neteq_tools", |
| "../../api/audio_codecs:audio_codecs_api", |
| "../../api/audio_codecs/opus:audio_encoder_opus", |
| + "../../call:call", |
| "../../common_audio", |
| "../../rtc_base:protobuf_utils", |
| "../../test:test_main", |
| @@ -1517,6 +1520,7 @@ if (rtc_include_tests) { |
| ":neteq", |
| ":neteq_test_tools", |
| "../..:webrtc_common", |
| + "../../call:call", |
| "../../rtc_base:rtc_base_approved", |
| "../../system_wrappers:system_wrappers_default", |
| "../../test:test_support", |
| @@ -1572,8 +1576,12 @@ if (rtc_include_tests) { |
| ":isac_fix", |
| ":webrtc_opus", |
| "../..:webrtc_common", |
| + "../../api:libjingle_peerconnection_api", |
| + "../../call:call", |
| "../../rtc_base:rtc_base_approved", |
| + "../../system_wrappers:metrics_default", |
| "../../system_wrappers:system_wrappers_default", |
| + "../../test:field_trial", |
| "../../test:test_main", |
| "../audio_processing", |
| "//testing/gtest", |
| @@ -1703,8 +1711,12 @@ if (rtc_include_tests) { |
| ":pcm16b", |
| ":webrtc_opus", |
| "../..:webrtc_common", |
| + "../../api:libjingle_peerconnection_api", |
|
the sun
2017/08/31 07:08:04
...uhm, really?
stefan-webrtc
2017/08/31 14:13:09
I thought it was, but seems like it isn't any long
|
| + "../../call:call", |
| "../../common_audio", |
| "../../rtc_base:rtc_base_approved", |
| + "../../system_wrappers:metrics_default", |
| + "../../test:field_trial", |
| ] |
| configs += [ ":RTPencode_config" ] |
| @@ -1747,6 +1759,7 @@ if (rtc_include_tests) { |
| ] |
| deps = [ |
| + "../../call:call", |
| "../../rtc_base:rtc_base_approved", |
| "../../system_wrappers:system_wrappers_default", |
| "../../test:rtp_test_utils", |
| @@ -1792,6 +1805,7 @@ if (rtc_include_tests) { |
| ":neteq", |
| ":neteq_test_tools", |
| ":pcm16b", |
| + "../../call:call", |
| "../../system_wrappers:system_wrappers_default", |
| "//testing/gtest", |
| "//third_party/gflags:gflags", |
| @@ -1815,6 +1829,7 @@ if (rtc_include_tests) { |
| ":neteq_quality_test_support", |
| ":neteq_tools", |
| ":webrtc_opus", |
| + "../../call:call", |
| "../../rtc_base:rtc_base_approved", |
| "../../test:test_main", |
| "//testing/gtest", |
| @@ -1832,6 +1847,7 @@ if (rtc_include_tests) { |
| ":neteq", |
| ":neteq_test_support", |
| "../..:webrtc_common", |
| + "../../call:call", |
| "../../system_wrappers:system_wrappers_default", |
| "../../test:test_support", |
| "//third_party/gflags", |
| @@ -1851,6 +1867,7 @@ if (rtc_include_tests) { |
| ":neteq_quality_test_support", |
| ":neteq_tools", |
| "../..:webrtc_common", |
| + "../../call:call", |
| "../../rtc_base:rtc_base_approved", |
| "../../system_wrappers:system_wrappers_default", |
| "../../test:test_main", |
| @@ -1869,6 +1886,7 @@ if (rtc_include_tests) { |
| ":isac_fix", |
| ":neteq", |
| ":neteq_quality_test_support", |
| + "../../call:call", |
| "../../rtc_base:rtc_base_approved", |
| "../../test:test_main", |
| "//testing/gtest", |
| @@ -1886,6 +1904,7 @@ if (rtc_include_tests) { |
| ":g711", |
| ":neteq", |
| ":neteq_quality_test_support", |
| + "../../call:call", |
| "../../rtc_base:rtc_base_approved", |
| "../../test:test_main", |
| "//testing/gtest", |
| @@ -2037,6 +2056,7 @@ if (rtc_include_tests) { |
| deps = [ |
| ":webrtc_opus", |
| + "../../call:call", |
| "../../common_audio", |
| "../../rtc_base:rtc_base_approved", |
| "../../test:test_main", |