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

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

Issue 763883006: Add Mojo CDM Service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years 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 18b16be96d906a91e59d3fc90181ace98b162d3d..e163148074a3b5454ab38dfd1dc5f1483b00a1fb 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -6,9 +6,11 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "media_types.mojom",
- "media_renderer.mojom",
+ "content_decryption_module.mojom",
+ "decryptor.mojom",
"demuxer_stream.mojom",
+ "media_renderer.mojom",
+ "media_types.mojom",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698