OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 import("../../webrtc.gni") | 9 import("../../webrtc.gni") |
10 import("audio_coding.gni") | 10 import("audio_coding.gni") |
(...skipping 1640 matching lines...) Loading... |
1651 | 1651 |
1652 deps = [ | 1652 deps = [ |
1653 ":neteq", | 1653 ":neteq", |
1654 ":neteq_test_tools", | 1654 ":neteq_test_tools", |
1655 "..:module_api", | 1655 "..:module_api", |
1656 "../..:webrtc_common", | 1656 "../..:webrtc_common", |
1657 "../../api/audio_codecs:builtin_audio_decoder_factory", | 1657 "../../api/audio_codecs:builtin_audio_decoder_factory", |
1658 "../../rtc_base:rtc_base_approved", | 1658 "../../rtc_base:rtc_base_approved", |
1659 "../../test:test_support", | 1659 "../../test:test_support", |
1660 "//testing/gtest", | 1660 "//testing/gtest", |
1661 "//third_party/gflags", | |
1662 ] | 1661 ] |
1663 } | 1662 } |
1664 | 1663 |
1665 rtc_source_set("neteq_test_tools_deprecated") { | 1664 rtc_source_set("neteq_test_tools_deprecated") { |
1666 testonly = true | 1665 testonly = true |
1667 sources = [ | 1666 sources = [ |
1668 "neteq/test/NETEQTEST_DummyRTPpacket.cc", | 1667 "neteq/test/NETEQTEST_DummyRTPpacket.cc", |
1669 "neteq/test/NETEQTEST_DummyRTPpacket.h", | 1668 "neteq/test/NETEQTEST_DummyRTPpacket.h", |
1670 "neteq/test/NETEQTEST_RTPpacket.cc", | 1669 "neteq/test/NETEQTEST_RTPpacket.cc", |
1671 "neteq/test/NETEQTEST_RTPpacket.h", | 1670 "neteq/test/NETEQTEST_RTPpacket.h", |
(...skipping 165 matching lines...) Loading... |
1837 | 1836 |
1838 sources = [ | 1837 sources = [ |
1839 "neteq/test/neteq_opus_quality_test.cc", | 1838 "neteq/test/neteq_opus_quality_test.cc", |
1840 ] | 1839 ] |
1841 | 1840 |
1842 deps = [ | 1841 deps = [ |
1843 ":neteq", | 1842 ":neteq", |
1844 ":neteq_quality_test_support", | 1843 ":neteq_quality_test_support", |
1845 ":neteq_tools", | 1844 ":neteq_tools", |
1846 ":webrtc_opus", | 1845 ":webrtc_opus", |
| 1846 "../../rtc_base:rtc_base_approved", |
1847 "../../test:test_main", | 1847 "../../test:test_main", |
1848 "//testing/gtest", | 1848 "//testing/gtest", |
1849 "//third_party/gflags", | |
1850 ] | 1849 ] |
1851 } | 1850 } |
1852 | 1851 |
1853 rtc_executable("neteq_speed_test") { | 1852 rtc_executable("neteq_speed_test") { |
1854 testonly = true | 1853 testonly = true |
1855 | 1854 |
1856 sources = [ | 1855 sources = [ |
1857 "neteq/test/neteq_speed_test.cc", | 1856 "neteq/test/neteq_speed_test.cc", |
1858 ] | 1857 ] |
1859 | 1858 |
(...skipping 17 matching lines...) Loading... |
1877 deps = [ | 1876 deps = [ |
1878 ":ilbc", | 1877 ":ilbc", |
1879 ":neteq", | 1878 ":neteq", |
1880 ":neteq_quality_test_support", | 1879 ":neteq_quality_test_support", |
1881 ":neteq_tools", | 1880 ":neteq_tools", |
1882 "../..:webrtc_common", | 1881 "../..:webrtc_common", |
1883 "../../rtc_base:rtc_base_approved", | 1882 "../../rtc_base:rtc_base_approved", |
1884 "../../system_wrappers:system_wrappers_default", | 1883 "../../system_wrappers:system_wrappers_default", |
1885 "../../test:test_main", | 1884 "../../test:test_main", |
1886 "//testing/gtest", | 1885 "//testing/gtest", |
1887 "//third_party/gflags", | |
1888 ] | 1886 ] |
1889 } | 1887 } |
1890 | 1888 |
1891 rtc_executable("neteq_isac_quality_test") { | 1889 rtc_executable("neteq_isac_quality_test") { |
1892 testonly = true | 1890 testonly = true |
1893 | 1891 |
1894 sources = [ | 1892 sources = [ |
1895 "neteq/test/neteq_isac_quality_test.cc", | 1893 "neteq/test/neteq_isac_quality_test.cc", |
1896 ] | 1894 ] |
1897 | 1895 |
1898 deps = [ | 1896 deps = [ |
1899 ":isac_fix", | 1897 ":isac_fix", |
1900 ":neteq", | 1898 ":neteq", |
1901 ":neteq_quality_test_support", | 1899 ":neteq_quality_test_support", |
1902 "../../rtc_base:rtc_base_approved", | 1900 "../../rtc_base:rtc_base_approved", |
1903 "../../test:test_main", | 1901 "../../test:test_main", |
1904 "//testing/gtest", | 1902 "//testing/gtest", |
1905 "//third_party/gflags", | |
1906 ] | 1903 ] |
1907 } | 1904 } |
1908 | 1905 |
1909 rtc_executable("neteq_pcmu_quality_test") { | 1906 rtc_executable("neteq_pcmu_quality_test") { |
1910 testonly = true | 1907 testonly = true |
1911 | 1908 |
1912 sources = [ | 1909 sources = [ |
1913 "neteq/test/neteq_pcmu_quality_test.cc", | 1910 "neteq/test/neteq_pcmu_quality_test.cc", |
1914 ] | 1911 ] |
1915 | 1912 |
1916 deps = [ | 1913 deps = [ |
1917 ":g711", | 1914 ":g711", |
1918 ":neteq", | 1915 ":neteq", |
1919 ":neteq_quality_test_support", | 1916 ":neteq_quality_test_support", |
1920 "../../rtc_base:rtc_base_approved", | 1917 "../../rtc_base:rtc_base_approved", |
1921 "../../test:test_main", | 1918 "../../test:test_main", |
1922 "//testing/gtest", | 1919 "//testing/gtest", |
1923 "//third_party/gflags", | |
1924 ] | 1920 ] |
1925 } | 1921 } |
1926 | 1922 |
1927 rtc_executable("isac_fix_test") { | 1923 rtc_executable("isac_fix_test") { |
1928 testonly = true | 1924 testonly = true |
1929 | 1925 |
1930 sources = [ | 1926 sources = [ |
1931 "codecs/isac/fix/test/kenny.cc", | 1927 "codecs/isac/fix/test/kenny.cc", |
1932 ] | 1928 ] |
1933 | 1929 |
(...skipping 266 matching lines...) Loading... |
2200 "../../rtc_base:rtc_base_approved", | 2196 "../../rtc_base:rtc_base_approved", |
2201 "../../rtc_base:rtc_base_tests_utils", | 2197 "../../rtc_base:rtc_base_tests_utils", |
2202 "../../system_wrappers:system_wrappers", | 2198 "../../system_wrappers:system_wrappers", |
2203 "../../test:audio_codec_mocks", | 2199 "../../test:audio_codec_mocks", |
2204 "../../test:field_trial", | 2200 "../../test:field_trial", |
2205 "../../test:rtp_test_utils", | 2201 "../../test:rtp_test_utils", |
2206 "../../test:test_common", | 2202 "../../test:test_common", |
2207 "../../test:test_support", | 2203 "../../test:test_support", |
2208 "//testing/gmock", | 2204 "//testing/gmock", |
2209 "//testing/gtest", | 2205 "//testing/gtest", |
2210 "//third_party/gflags", | |
2211 ] | 2206 ] |
2212 | 2207 |
2213 defines = audio_coding_defines | 2208 defines = audio_coding_defines |
2214 | 2209 |
2215 if (rtc_enable_protobuf) { | 2210 if (rtc_enable_protobuf) { |
2216 defines += [ "WEBRTC_NETEQ_UNITTEST_BITEXACT" ] | 2211 defines += [ "WEBRTC_NETEQ_UNITTEST_BITEXACT" ] |
2217 deps += [ | 2212 deps += [ |
2218 ":ana_config_proto", | 2213 ":ana_config_proto", |
2219 ":neteq_unittest_proto", | 2214 ":neteq_unittest_proto", |
2220 ] | 2215 ] |
(...skipping 46 matching lines...) Loading... |
2267 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead. | 2262 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead. |
2268 # TODO(ossu): Remove this. | 2263 # TODO(ossu): Remove this. |
2269 rtc_source_set("builtin_audio_encoder_factory") { | 2264 rtc_source_set("builtin_audio_encoder_factory") { |
2270 sources = [ | 2265 sources = [ |
2271 "codecs/builtin_audio_encoder_factory.h", | 2266 "codecs/builtin_audio_encoder_factory.h", |
2272 ] | 2267 ] |
2273 deps = [ | 2268 deps = [ |
2274 "../../api/audio_codecs:builtin_audio_encoder_factory", | 2269 "../../api/audio_codecs:builtin_audio_encoder_factory", |
2275 ] | 2270 ] |
2276 } | 2271 } |
OLD | NEW |