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

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

Issue 2765343003: media: Add MediaDrmStorage (Closed)
Patch Set: 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/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index 3d818274e8b09c7bedada78b1a6544a33af2164c..78c1565ab0cca2500823fb95a97ff3331c69788d 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" ]
}
@@ -31,6 +35,7 @@ mojom("interfaces") {
"//services/service_manager/public/interfaces",
"//ui/gfx/geometry/mojo",
"//url/mojo:url_mojom_gurl",
+ "//url/mojo:url_mojom_origin",
]
}

Powered by Google App Engine
This is Rietveld 408576698