| 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 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1388 ":audio_coding_module_typedefs", | 1388 ":audio_coding_module_typedefs", |
| 1389 ":audio_format_conversion", | 1389 ":audio_format_conversion", |
| 1390 "..:module_api", | 1390 "..:module_api", |
| 1391 "../../:webrtc_common", | 1391 "../../:webrtc_common", |
| 1392 "../../rtc_base:rtc_base_approved", | 1392 "../../rtc_base:rtc_base_approved", |
| 1393 "../../system_wrappers", | 1393 "../../system_wrappers", |
| 1394 "../../system_wrappers:system_wrappers_default", | 1394 "../../system_wrappers:system_wrappers_default", |
| 1395 "../../test:test_support", | 1395 "../../test:test_support", |
| 1396 "../rtp_rtcp", | 1396 "../rtp_rtcp", |
| 1397 "//testing/gtest", | 1397 "//testing/gtest", |
| 1398 "//third_party/gflags:gflags", | |
| 1399 ] | 1398 ] |
| 1400 } # delay_test | 1399 } # delay_test |
| 1401 | 1400 |
| 1402 rtc_executable("insert_packet_with_timing") { | 1401 rtc_executable("insert_packet_with_timing") { |
| 1403 testonly = true | 1402 testonly = true |
| 1404 sources = [ | 1403 sources = [ |
| 1405 "test/Channel.cc", | 1404 "test/Channel.cc", |
| 1406 "test/Channel.h", | 1405 "test/Channel.h", |
| 1407 "test/PCMFile.cc", | 1406 "test/PCMFile.cc", |
| 1408 "test/PCMFile.h", | 1407 "test/PCMFile.h", |
| 1409 "test/insert_packet_with_timing.cc", | 1408 "test/insert_packet_with_timing.cc", |
| 1410 ] | 1409 ] |
| 1411 | 1410 |
| 1412 if (!build_with_chromium && is_clang) { | 1411 if (!build_with_chromium && is_clang) { |
| 1413 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 1412 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
| 1414 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 1413 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
| 1415 } | 1414 } |
| 1416 | 1415 |
| 1417 deps = [ | 1416 deps = [ |
| 1418 ":audio_coding", | 1417 ":audio_coding", |
| 1419 ":audio_format_conversion", | 1418 ":audio_format_conversion", |
| 1420 "..:module_api", | 1419 "..:module_api", |
| 1421 "../../:webrtc_common", | 1420 "../../:webrtc_common", |
| 1422 "../../rtc_base:rtc_base_approved", | 1421 "../../rtc_base:rtc_base_approved", |
| 1423 "../../system_wrappers", | 1422 "../../system_wrappers", |
| 1424 "../../system_wrappers:system_wrappers_default", | 1423 "../../system_wrappers:system_wrappers_default", |
| 1425 "../../test:test_support", | 1424 "../../test:test_support", |
| 1426 "../rtp_rtcp", | 1425 "../rtp_rtcp", |
| 1427 "//testing/gtest", | 1426 "//testing/gtest", |
| 1428 "//third_party/gflags:gflags", | |
| 1429 ] | 1427 ] |
| 1430 } # insert_packet_with_timing | 1428 } # insert_packet_with_timing |
| 1431 | 1429 |
| 1432 audio_decoder_unittests_resources = | 1430 audio_decoder_unittests_resources = |
| 1433 [ "../../../resources/audio_coding/testfile32kHz.pcm" ] | 1431 [ "../../../resources/audio_coding/testfile32kHz.pcm" ] |
| 1434 | 1432 |
| 1435 if (is_ios) { | 1433 if (is_ios) { |
| 1436 bundle_data("audio_decoder_unittests_bundle_data") { | 1434 bundle_data("audio_decoder_unittests_bundle_data") { |
| 1437 testonly = true | 1435 testonly = true |
| 1438 sources = audio_decoder_unittests_resources | 1436 sources = audio_decoder_unittests_resources |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1513 ] | 1511 ] |
| 1514 } | 1512 } |
| 1515 | 1513 |
| 1516 deps += [ | 1514 deps += [ |
| 1517 ":neteq", | 1515 ":neteq", |
| 1518 ":neteq_test_tools", | 1516 ":neteq_test_tools", |
| 1519 "../..:webrtc_common", | 1517 "../..:webrtc_common", |
| 1520 "../../rtc_base:rtc_base_approved", | 1518 "../../rtc_base:rtc_base_approved", |
| 1521 "../../system_wrappers:system_wrappers_default", | 1519 "../../system_wrappers:system_wrappers_default", |
| 1522 "../../test:test_support", | 1520 "../../test:test_support", |
| 1523 "//third_party/gflags", | |
| 1524 ] | 1521 ] |
| 1525 } | 1522 } |
| 1526 } | 1523 } |
| 1527 | 1524 |
| 1528 audio_codec_speed_tests_resources = [ | 1525 audio_codec_speed_tests_resources = [ |
| 1529 "//resources/audio_coding/music_stereo_48kHz.pcm", | 1526 "//resources/audio_coding/music_stereo_48kHz.pcm", |
| 1530 "//resources/audio_coding/speech_mono_16kHz.pcm", | 1527 "//resources/audio_coding/speech_mono_16kHz.pcm", |
| 1531 "//resources/audio_coding/speech_mono_32_48kHz.pcm", | 1528 "//resources/audio_coding/speech_mono_32_48kHz.pcm", |
| 1532 ] | 1529 ] |
| 1533 | 1530 |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1785 testonly = true | 1782 testonly = true |
| 1786 | 1783 |
| 1787 sources = [ | 1784 sources = [ |
| 1788 "neteq/tools/rtp_analyze.cc", | 1785 "neteq/tools/rtp_analyze.cc", |
| 1789 ] | 1786 ] |
| 1790 | 1787 |
| 1791 deps = [ | 1788 deps = [ |
| 1792 ":neteq", | 1789 ":neteq", |
| 1793 ":neteq_test_tools", | 1790 ":neteq_test_tools", |
| 1794 ":pcm16b", | 1791 ":pcm16b", |
| 1792 "../../rtc_base:rtc_base_approved", |
| 1795 "../../system_wrappers:system_wrappers_default", | 1793 "../../system_wrappers:system_wrappers_default", |
| 1796 "//testing/gtest", | 1794 "//testing/gtest", |
| 1797 "//third_party/gflags:gflags", | |
| 1798 ] | 1795 ] |
| 1799 | 1796 |
| 1800 if (!build_with_chromium && is_clang) { | 1797 if (!build_with_chromium && is_clang) { |
| 1801 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 1798 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
| 1802 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 1799 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
| 1803 } | 1800 } |
| 1804 } | 1801 } |
| 1805 | 1802 |
| 1806 rtc_executable("neteq_opus_quality_test") { | 1803 rtc_executable("neteq_opus_quality_test") { |
| 1807 testonly = true | 1804 testonly = true |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1825 testonly = true | 1822 testonly = true |
| 1826 | 1823 |
| 1827 sources = [ | 1824 sources = [ |
| 1828 "neteq/test/neteq_speed_test.cc", | 1825 "neteq/test/neteq_speed_test.cc", |
| 1829 ] | 1826 ] |
| 1830 | 1827 |
| 1831 deps = [ | 1828 deps = [ |
| 1832 ":neteq", | 1829 ":neteq", |
| 1833 ":neteq_test_support", | 1830 ":neteq_test_support", |
| 1834 "../..:webrtc_common", | 1831 "../..:webrtc_common", |
| 1832 "../../rtc_base:rtc_base_approved", |
| 1835 "../../system_wrappers:system_wrappers_default", | 1833 "../../system_wrappers:system_wrappers_default", |
| 1836 "../../test:test_support", | 1834 "../../test:test_support", |
| 1837 "//third_party/gflags", | |
| 1838 ] | 1835 ] |
| 1839 } | 1836 } |
| 1840 | 1837 |
| 1841 rtc_executable("neteq_ilbc_quality_test") { | 1838 rtc_executable("neteq_ilbc_quality_test") { |
| 1842 testonly = true | 1839 testonly = true |
| 1843 | 1840 |
| 1844 sources = [ | 1841 sources = [ |
| 1845 "neteq/test/neteq_ilbc_quality_test.cc", | 1842 "neteq/test/neteq_ilbc_quality_test.cc", |
| 1846 ] | 1843 ] |
| 1847 | 1844 |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2234 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead. | 2231 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead. |
| 2235 # TODO(ossu): Remove this. | 2232 # TODO(ossu): Remove this. |
| 2236 rtc_source_set("builtin_audio_encoder_factory") { | 2233 rtc_source_set("builtin_audio_encoder_factory") { |
| 2237 sources = [ | 2234 sources = [ |
| 2238 "codecs/builtin_audio_encoder_factory.h", | 2235 "codecs/builtin_audio_encoder_factory.h", |
| 2239 ] | 2236 ] |
| 2240 deps = [ | 2237 deps = [ |
| 2241 "../../api/audio_codecs:builtin_audio_encoder_factory", | 2238 "../../api/audio_codecs:builtin_audio_encoder_factory", |
| 2242 ] | 2239 ] |
| 2243 } | 2240 } |
| OLD | NEW |