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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2326003002: Moved codec-specific audio packet splitting into decoders. (Closed)
Patch Set: Reworked packet splitting. Renamed SplitBySamples and AudioCodingUtils. Created 4 years, 3 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
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 022e445e48cb1691bc47cf0a3bebc4bd19d06e58..c4a383daf1136ef726234e440788520cceba835c 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -240,7 +240,9 @@ if (rtc_include_tests) {
testonly = true
defines = audio_coding_defines
- deps = []
+ deps = [
+ "audio_coding/:legacy_encoded_audio_frame",
kwiberg-webrtc 2016/09/15 13:01:24 Just curious: Is the slash immediately before the
ossu 2016/09/15 14:41:05 Just checked: No! :O
kwiberg-webrtc 2016/09/16 00:48:07 I had a feeling that might be the case---gn also a
+ ]
sources = [
"audio_coding/acm2/acm_receiver_unittest_oldapi.cc",
"audio_coding/acm2/audio_coding_module_unittest_oldapi.cc",
@@ -259,6 +261,7 @@ if (rtc_include_tests) {
"audio_coding/codecs/isac/main/source/audio_encoder_isac_unittest.cc",
"audio_coding/codecs/isac/main/source/isac_unittest.cc",
"audio_coding/codecs/isac/unittest.cc",
+ "audio_coding/codecs/legacy_encoded_audio_frame_unittest.cc",
"audio_coding/codecs/mock/mock_audio_encoder.cc",
"audio_coding/codecs/opus/audio_encoder_opus_unittest.cc",
"audio_coding/codecs/opus/opus_unittest.cc",
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | webrtc/modules/audio_coding/codecs/audio_decoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698