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

Unified Diff: media/mojo/interfaces/BUILD.gn

Issue 2765343003: media: Add MediaDrmStorage (Closed)
Patch Set: rebase only 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
« no previous file with comments | « media/base/android/media_drm_storage.cc ('k') | media/mojo/interfaces/media_drm_storage.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index 833c1579fce547984d417157c7beb71c71e8063b..c0458d11dec4fa328e136b2997cbb788e8e5a048 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -21,6 +21,10 @@ mojom("interfaces") {
"video_decoder.mojom",
]
+ if (is_android) {
+ sources += [ "media_drm_storage.mojom" ]
+ }
+
if (is_chromeos) {
sources += [ "platform_verification.mojom" ]
}
@@ -35,6 +39,7 @@ mojom("interfaces") {
"//services/service_manager/public/interfaces",
"//ui/gfx/geometry/mojo",
"//url/mojo:url_mojom_gurl",
+ "//url/mojo:url_mojom_origin",
]
}
« no previous file with comments | « media/base/android/media_drm_storage.cc ('k') | media/mojo/interfaces/media_drm_storage.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698