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

Unified Diff: components/cdm/browser/BUILD.gn

Issue 962793005: Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename createSession to createSessionFromNative to avoid bug in FindBugs Created 5 years, 8 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 | « components/cdm.gypi ('k') | components/cdm/browser/widevine_drm_delegate_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm/browser/BUILD.gn
diff --git a/components/cdm/browser/BUILD.gn b/components/cdm/browser/BUILD.gn
index e18b67035e55756ee7f08d3048949c8f8a7feb7b..cea393b405f0321068190067a1534db3c6bdfec4 100644
--- a/components/cdm/browser/BUILD.gn
+++ b/components/cdm/browser/BUILD.gn
@@ -6,6 +6,8 @@ source_set("browser") {
sources = [
"cdm_message_filter_android.cc",
"cdm_message_filter_android.h",
+ "widevine_drm_delegate_android.cc",
+ "widevine_drm_delegate_android.h",
]
deps = [
« no previous file with comments | « components/cdm.gypi ('k') | components/cdm/browser/widevine_drm_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698