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

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

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/base/BUILD.gn ('k') | media/base/android/android_cdm_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index 52b5ca7ab95e5bef6a21547fbb778907cdff5571..1a447c47ead70ccdcc59f5fb9934b30197f7a179 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -14,10 +14,10 @@ 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",
- "browser_cdm_factory_android.cc",
- "browser_cdm_factory_android.h",
"demuxer_android.h",
"demuxer_stream_player_params.cc",
"demuxer_stream_player_params.h",
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/android/android_cdm_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698