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

Unified Diff: media/base/BUILD.gn

Issue 2492953003: media: Delete renderer/demuxer splicing code. (Closed)
Patch Set: Fix/format EsAdapterVideoTest Created 4 years, 1 month 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/base/audio_splicer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 4b6d9e9239dfcc6281af611146e2bde49110330d..0d171752aa01263717256cf2f8e52a490884b327 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -68,8 +68,6 @@ target(link_target_type, "base") {
"audio_renderer_sink.h",
"audio_shifter.cc",
"audio_shifter.h",
- "audio_splicer.cc",
- "audio_splicer.h",
"audio_timestamp_helper.cc",
"audio_timestamp_helper.h",
"bind_to_current_loop.h",
@@ -407,7 +405,6 @@ source_set("unit_tests") {
"audio_renderer_mixer_unittest.cc",
"audio_sample_types_unittest.cc",
"audio_shifter_unittest.cc",
- "audio_splicer_unittest.cc",
"audio_timestamp_helper_unittest.cc",
"bind_to_current_loop_unittest.cc",
"bit_reader_unittest.cc",
« no previous file with comments | « no previous file | media/base/audio_splicer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698