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

Unified Diff: media/mojo/services/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: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index f77082fa69acce48d176b639f726de7565d96839..be11d2a446be594ce041c214cbb75ac766d1e5ef 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -135,6 +135,8 @@ source_set("lib") {
sources += [
"android_mojo_media_client.cc",
"android_mojo_media_client.h",
+ "mojo_media_drm_storage.cc",
+ "mojo_media_drm_storage.h",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698