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

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

Issue 2765343003: media: Add MediaDrmStorage (Closed)
Patch Set: media: Add MediaDrmStorage Created 3 years, 9 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: components/cdm/browser/BUILD.gn
diff --git a/components/cdm/browser/BUILD.gn b/components/cdm/browser/BUILD.gn
index 79f30ddd4bc496d867bff528045e1bd13d4af645..b9b45f1ee5dcdc262ddd440c9831c47e23b0a631 100644
--- a/components/cdm/browser/BUILD.gn
+++ b/components/cdm/browser/BUILD.gn
@@ -6,14 +6,18 @@ source_set("browser") {
sources = [
"cdm_message_filter_android.cc",
"cdm_message_filter_android.h",
+ "media_drm_storage_impl.cc",
+ "media_drm_storage_impl.h",
]
deps = [
"//base",
"//components/cdm/common",
+ "//components/prefs",
"//content/public/browser",
"//content/public/common",
"//ipc",
"//media",
+ "//media/mojo/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698