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

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

Issue 2875033002: Add untracked header files to GN targets in audio_coding (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | 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 09c591f34f4bdb30e7a646e93d857b56a9a2af1d..0b1ec180f0a41ce96591f51859e1abe6dcf176e4 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1147,22 +1147,37 @@ if (rtc_include_tests) {
visibility = [ "//webrtc/modules:modules_tests" ]
}
sources = [
+ "test/ACMTest.h",
"test/APITest.cc",
+ "test/APITest.h",
"test/Channel.cc",
+ "test/Channel.h",
"test/EncodeDecodeTest.cc",
+ "test/EncodeDecodeTest.h",
"test/PCMFile.cc",
+ "test/PCMFile.h",
"test/PacketLossTest.cc",
+ "test/PacketLossTest.h",
"test/RTPFile.cc",
+ "test/RTPFile.h",
"test/TestAllCodecs.cc",
+ "test/TestAllCodecs.h",
"test/TestRedFec.cc",
+ "test/TestRedFec.h",
"test/TestStereo.cc",
+ "test/TestStereo.h",
"test/TestVADDTX.cc",
+ "test/TestVADDTX.h",
"test/Tester.cc",
"test/TwoWayCommunication.cc",
+ "test/TwoWayCommunication.h",
"test/iSACTest.cc",
+ "test/iSACTest.h",
"test/opus_test.cc",
+ "test/opus_test.h",
"test/target_delay_unittest.cc",
"test/utility.cc",
+ "test/utility.h",
]
deps = [
":audio_coding",
@@ -1263,9 +1278,12 @@ if (rtc_include_tests) {
testonly = true
sources = [
"test/Channel.cc",
+ "test/Channel.h",
"test/PCMFile.cc",
+ "test/PCMFile.h",
"test/delay_test.cc",
"test/utility.cc",
+ "test/utility.h",
]
deps = [
@@ -1288,7 +1306,9 @@ if (rtc_include_tests) {
testonly = true
sources = [
"test/Channel.cc",
+ "test/Channel.h",
"test/PCMFile.cc",
+ "test/PCMFile.h",
"test/insert_packet_with_timing.cc",
]
@@ -1681,6 +1701,7 @@ if (rtc_include_tests) {
configs += [ ":RTPencode_config" ]
sources = [
+ "neteq/test/PayloadTypes.h",
"neteq/test/RTPencode.cc",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698