Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2441383002: GN: New conventions, default target and refactorings (Closed)
Patch Set: Restored root BUILD.gn for submit. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_mixer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 81e07920b2baf06a603bbda8d670ba723ee862de..bbf4668627a1345e21d16ede496b96a26a19c90c 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -913,6 +913,42 @@ rtc_source_set("neteq_test_minimal") {
}
if (rtc_include_tests) {
+ group("audio_coding_tests") {
+ testonly = true
+ public_deps = [
+ ":RTPchange",
+ ":RTPencode",
+ ":RTPjitter",
+ ":RTPtimeshift",
+ ":acm_receive_test",
+ ":acm_send_test",
+ ":audio_classifier_test",
+ ":audio_codec_speed_tests",
+ ":audio_decoder_unittests",
+ ":audio_decoder_unittests",
+ ":delay_test",
+ ":g711_test",
+ ":g722_test",
+ ":ilbc_test",
+ ":insert_packet_with_timing",
+ ":isac_api_test",
+ ":isac_fix_test",
+ ":isac_switch_samprate_test",
+ ":isac_test",
+ ":neteq_ilbc_quality_test",
+ ":neteq_isac_quality_test",
+ ":neteq_opus_quality_test",
+ ":neteq_pcmu_quality_test",
+ ":neteq_speed_test",
+ ":rtp_analyze",
+ ":rtpcat",
+ ":webrtc_opus_fec_test",
+ ]
+ if (rtc_enable_protobuf) {
+ public_deps += [ ":neteq_rtpplay" ]
+ }
+ }
+
rtc_source_set("acm_receive_test") {
testonly = true
sources = [
@@ -1028,7 +1064,7 @@ if (rtc_include_tests) {
":isac_fix",
":neteq",
":neteq_unittest_tools",
- "../../common_audio/",
+ "../../common_audio",
"../../test:test_support_main",
"//testing/gtest",
]
@@ -1128,7 +1164,7 @@ if (rtc_include_tests) {
":webrtc_opus",
"../../system_wrappers:system_wrappers_default",
"../../test:test_support_main",
- "../audio_processing/",
+ "../audio_processing",
"//testing/gtest",
]
}
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_mixer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698