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

Unified Diff: media/base/android/BUILD.gn

Issue 2276343005: Delete MediaCodecPlayer, it's time! (Closed)
Patch Set: Created 4 years, 4 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: media/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index 2a82d328b66ec29667a0c3145241d5e7d60b7e73..396492ea990886c241c701b28be4925a4287e381 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -53,23 +53,15 @@ if (is_android) {
source_set("android") {
sources = [
- "access_unit_queue.cc",
- "access_unit_queue.h",
"android_cdm_factory.cc",
"android_cdm_factory.h",
"audio_decoder_job.cc",
"audio_decoder_job.h",
- "audio_media_codec_decoder.cc",
- "audio_media_codec_decoder.h",
"demuxer_android.h",
"demuxer_stream_player_params.cc",
"demuxer_stream_player_params.h",
"media_client_android.cc",
"media_client_android.h",
- "media_codec_decoder.cc",
- "media_codec_decoder.h",
- "media_codec_player.cc",
- "media_codec_player.h",
"media_codec_util.cc",
"media_codec_util.h",
"media_decoder_job.cc",
@@ -95,8 +87,6 @@ if (is_android) {
"media_source_player.h",
"media_statistics.cc",
"media_statistics.h",
- "media_task_runner.cc",
- "media_task_runner.h",
"media_url_interceptor.h",
"provision_fetcher.h",
"sdk_media_codec_bridge.cc",
@@ -104,8 +94,6 @@ if (is_android) {
"stream_texture_wrapper.h",
"video_decoder_job.cc",
"video_decoder_job.h",
- "video_media_codec_decoder.cc",
- "video_media_codec_decoder.h",
]
configs += [
"//media:media_config",
@@ -127,8 +115,6 @@ if (is_android) {
source_set("unittests") {
testonly = true
sources = [
- "access_unit_queue_unittest.cc",
- "media_codec_decoder_unittest.cc",
"media_drm_bridge_unittest.cc",
"media_player_bridge_unittest.cc",
"media_source_player_unittest.cc",
@@ -138,10 +124,6 @@ if (is_android) {
"test_statistics.h",
]
- if (proprietary_codecs) {
- sources += [ "media_codec_player_unittest.cc" ]
- }
-
deps = [
":android",
"//media/base:test_support",
« no previous file with comments | « content/browser/media/android/browser_media_player_manager.cc ('k') | media/base/android/access_unit_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698