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

Unified Diff: media/BUILD.gn

Issue 2378443002: Fix MSE ADTS parsing on Android. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « no previous file | media/filters/audio_decoder_unittest.cc » ('j') | no next file with comments »
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 0fd75e26f4dc4d87a8b3fbaccb2cfd603a05f6ce..752248b18660643aa264c73eeebfc0021d676290 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -420,8 +420,6 @@ component("media") {
"formats/mp4/track_run_iterator.h",
"formats/mpeg/adts_constants.cc",
"formats/mpeg/adts_constants.h",
- "formats/mpeg/adts_header_parser.cc",
- "formats/mpeg/adts_header_parser.h",
"formats/mpeg/adts_stream_parser.cc",
"formats/mpeg/adts_stream_parser.h",
"formats/mpeg/mpeg1_audio_stream_parser.cc",
« no previous file with comments | « no previous file | media/filters/audio_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698