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

Unified Diff: media/BUILD.gn

Issue 883403002: Parsing of encoded duration for unencrypted opus streams. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review feedback Created 5 years, 11 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 | media/formats/webm/opus_packet_builder.h » ('j') | media/formats/webm/opus_packet_builder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 688c6a729930212f8d848ba5efc12417b46183e9..66bc83bee2319af2b528d92c27c7277feb89e94c 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -550,6 +550,8 @@ test("media_unittests") {
"formats/common/offset_byte_queue_unittest.cc",
"formats/webm/cluster_builder.cc",
"formats/webm/cluster_builder.h",
+ "formats/webm/opus_packet_builder.cc",
+ "formats/webm/opus_packet_builder.h",
"formats/webm/tracks_builder.cc",
"formats/webm/tracks_builder.h",
"formats/webm/webm_cluster_parser_unittest.cc",
« no previous file with comments | « no previous file | media/formats/webm/opus_packet_builder.h » ('j') | media/formats/webm/opus_packet_builder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698