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

Unified Diff: media/media.gyp

Issue 1408793009: media: Remove BrowserCdmFactory inferface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment for DEPS change. Created 5 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 | « media/cdm/android_cdm_factory.cc ('k') | media/mojo/services/android_mojo_media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 661e8e7128d9f3788278036d05066dee3c16176b..05111a07b23630540417f4d6e170fd74bec83683 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -713,12 +713,6 @@
'capture/webm_muxer.h',
],
}],
- ['enable_browser_cdms==1', {
- 'sources': [
- 'base/browser_cdm_factory.cc',
- 'base/browser_cdm_factory.h',
- ],
- }],
['OS=="android"', {
'dependencies': [
'media_android_jni_headers',
@@ -1839,10 +1833,10 @@
'sources': [
'base/android/access_unit_queue.cc',
'base/android/access_unit_queue.h',
+ 'base/android/android_cdm_factory.cc',
+ 'base/android/android_cdm_factory.h',
'base/android/audio_decoder_job.cc',
'base/android/audio_decoder_job.h',
- 'base/android/browser_cdm_factory_android.cc',
- 'base/android/browser_cdm_factory_android.h',
'base/android/demuxer_android.h',
'base/android/demuxer_stream_player_params.cc',
'base/android/demuxer_stream_player_params.h',
« no previous file with comments | « media/cdm/android_cdm_factory.cc ('k') | media/mojo/services/android_mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698