| 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("../../build/webrtc.gni") | 9 import("../../build/webrtc.gni") |
| 10 import("audio_coding.gni") | 10 import("audio_coding.gni") |
| (...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 defines = neteq_defines | 1068 defines = neteq_defines |
| 1069 | 1069 |
| 1070 deps += audio_coding_deps | 1070 deps += audio_coding_deps |
| 1071 deps += [ | 1071 deps += [ |
| 1072 ":audio_decoder_interface", | 1072 ":audio_decoder_interface", |
| 1073 ":isac", | 1073 ":isac", |
| 1074 ":isac_fix", | 1074 ":isac_fix", |
| 1075 ":neteq", | 1075 ":neteq", |
| 1076 ":neteq_unittest_tools", | 1076 ":neteq_unittest_tools", |
| 1077 "../../common_audio", | 1077 "../../common_audio", |
| 1078 "../../test:test_support_main", | 1078 "../../test:test_main", |
| 1079 "//testing/gtest", | 1079 "//testing/gtest", |
| 1080 ] | 1080 ] |
| 1081 | 1081 |
| 1082 data = audio_decoder_unittests_resources | 1082 data = audio_decoder_unittests_resources |
| 1083 | 1083 |
| 1084 if (is_android) { | 1084 if (is_android) { |
| 1085 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1085 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1086 shard_timeout = 900 | 1086 shard_timeout = 900 |
| 1087 } | 1087 } |
| 1088 if (is_ios) { | 1088 if (is_ios) { |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 | 1166 |
| 1167 if (is_android) { | 1167 if (is_android) { |
| 1168 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1168 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1169 shard_timeout = 900 | 1169 shard_timeout = 900 |
| 1170 } | 1170 } |
| 1171 | 1171 |
| 1172 deps += [ | 1172 deps += [ |
| 1173 ":isac_fix", | 1173 ":isac_fix", |
| 1174 ":webrtc_opus", | 1174 ":webrtc_opus", |
| 1175 "../../system_wrappers:system_wrappers_default", | 1175 "../../system_wrappers:system_wrappers_default", |
| 1176 "../../test:test_support_main", | 1176 "../../test:test_main", |
| 1177 "../audio_processing", | 1177 "../audio_processing", |
| 1178 "//testing/gtest", | 1178 "//testing/gtest", |
| 1179 ] | 1179 ] |
| 1180 } | 1180 } |
| 1181 | 1181 |
| 1182 rtc_source_set("neteq_test_support") { | 1182 rtc_source_set("neteq_test_support") { |
| 1183 testonly = true | 1183 testonly = true |
| 1184 sources = [ | 1184 sources = [ |
| 1185 "neteq/tools/neteq_external_decoder_test.cc", | 1185 "neteq/tools/neteq_external_decoder_test.cc", |
| 1186 "neteq/tools/neteq_external_decoder_test.h", | 1186 "neteq/tools/neteq_external_decoder_test.h", |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1444 | 1444 |
| 1445 sources = [ | 1445 sources = [ |
| 1446 "neteq/test/neteq_opus_quality_test.cc", | 1446 "neteq/test/neteq_opus_quality_test.cc", |
| 1447 ] | 1447 ] |
| 1448 | 1448 |
| 1449 deps = [ | 1449 deps = [ |
| 1450 ":neteq", | 1450 ":neteq", |
| 1451 ":neteq_quality_test_support", | 1451 ":neteq_quality_test_support", |
| 1452 ":neteq_unittest_tools", | 1452 ":neteq_unittest_tools", |
| 1453 ":webrtc_opus", | 1453 ":webrtc_opus", |
| 1454 "../../test:test_support_main", | 1454 "../../test:test_main", |
| 1455 "//testing/gtest", | 1455 "//testing/gtest", |
| 1456 "//third_party/gflags", | 1456 "//third_party/gflags", |
| 1457 ] | 1457 ] |
| 1458 } | 1458 } |
| 1459 | 1459 |
| 1460 rtc_executable("neteq_speed_test") { | 1460 rtc_executable("neteq_speed_test") { |
| 1461 testonly = true | 1461 testonly = true |
| 1462 | 1462 |
| 1463 sources = [ | 1463 sources = [ |
| 1464 "neteq/test/neteq_speed_test.cc", | 1464 "neteq/test/neteq_speed_test.cc", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 1491 sources = [ | 1491 sources = [ |
| 1492 "neteq/test/neteq_ilbc_quality_test.cc", | 1492 "neteq/test/neteq_ilbc_quality_test.cc", |
| 1493 ] | 1493 ] |
| 1494 | 1494 |
| 1495 deps = [ | 1495 deps = [ |
| 1496 ":ilbc", | 1496 ":ilbc", |
| 1497 ":neteq", | 1497 ":neteq", |
| 1498 ":neteq_quality_test_support", | 1498 ":neteq_quality_test_support", |
| 1499 ":neteq_unittest_tools", | 1499 ":neteq_unittest_tools", |
| 1500 "../../system_wrappers:system_wrappers_default", | 1500 "../../system_wrappers:system_wrappers_default", |
| 1501 "../../test:test_support_main", | 1501 "../../test:test_main", |
| 1502 "//testing/gtest", | 1502 "//testing/gtest", |
| 1503 "//third_party/gflags", | 1503 "//third_party/gflags", |
| 1504 ] | 1504 ] |
| 1505 } | 1505 } |
| 1506 | 1506 |
| 1507 rtc_executable("neteq_isac_quality_test") { | 1507 rtc_executable("neteq_isac_quality_test") { |
| 1508 testonly = true | 1508 testonly = true |
| 1509 | 1509 |
| 1510 sources = [ | 1510 sources = [ |
| 1511 "neteq/test/neteq_isac_quality_test.cc", | 1511 "neteq/test/neteq_isac_quality_test.cc", |
| 1512 ] | 1512 ] |
| 1513 | 1513 |
| 1514 deps = [ | 1514 deps = [ |
| 1515 ":isac_fix", | 1515 ":isac_fix", |
| 1516 ":neteq", | 1516 ":neteq", |
| 1517 ":neteq_quality_test_support", | 1517 ":neteq_quality_test_support", |
| 1518 "../../test:test_support_main", | 1518 "../../test:test_main", |
| 1519 "//testing/gtest", | 1519 "//testing/gtest", |
| 1520 "//third_party/gflags", | 1520 "//third_party/gflags", |
| 1521 ] | 1521 ] |
| 1522 } | 1522 } |
| 1523 | 1523 |
| 1524 rtc_executable("neteq_pcmu_quality_test") { | 1524 rtc_executable("neteq_pcmu_quality_test") { |
| 1525 testonly = true | 1525 testonly = true |
| 1526 | 1526 |
| 1527 sources = [ | 1527 sources = [ |
| 1528 "neteq/test/neteq_pcmu_quality_test.cc", | 1528 "neteq/test/neteq_pcmu_quality_test.cc", |
| 1529 ] | 1529 ] |
| 1530 | 1530 |
| 1531 deps = [ | 1531 deps = [ |
| 1532 ":g711", | 1532 ":g711", |
| 1533 ":neteq", | 1533 ":neteq", |
| 1534 ":neteq_quality_test_support", | 1534 ":neteq_quality_test_support", |
| 1535 "../../test:test_support_main", | 1535 "../../test:test_main", |
| 1536 "//testing/gtest", | 1536 "//testing/gtest", |
| 1537 "//third_party/gflags", | 1537 "//third_party/gflags", |
| 1538 ] | 1538 ] |
| 1539 } | 1539 } |
| 1540 | 1540 |
| 1541 rtc_executable("isac_fix_test") { | 1541 rtc_executable("isac_fix_test") { |
| 1542 testonly = true | 1542 testonly = true |
| 1543 | 1543 |
| 1544 sources = [ | 1544 sources = [ |
| 1545 "codecs/isac/fix/test/kenny.cc", | 1545 "codecs/isac/fix/test/kenny.cc", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1671 testonly = true | 1671 testonly = true |
| 1672 | 1672 |
| 1673 sources = [ | 1673 sources = [ |
| 1674 "codecs/opus/opus_fec_test.cc", | 1674 "codecs/opus/opus_fec_test.cc", |
| 1675 ] | 1675 ] |
| 1676 | 1676 |
| 1677 deps = [ | 1677 deps = [ |
| 1678 ":webrtc_opus", | 1678 ":webrtc_opus", |
| 1679 "../../base:rtc_base_approved", | 1679 "../../base:rtc_base_approved", |
| 1680 "../../common_audio", | 1680 "../../common_audio", |
| 1681 "../../test:test_main", |
| 1681 "../../test:test_support", | 1682 "../../test:test_support", |
| 1682 "../../test:test_support_main", | |
| 1683 "//testing/gtest", | 1683 "//testing/gtest", |
| 1684 ] | 1684 ] |
| 1685 | 1685 |
| 1686 if (!build_with_chromium && is_clang) { | 1686 if (!build_with_chromium && is_clang) { |
| 1687 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 1687 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
| 1688 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 1688 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
| 1689 } | 1689 } |
| 1690 } | 1690 } |
| 1691 } | 1691 } |
| OLD | NEW |