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

Unified Diff: media/BUILD.gn

Issue 814143004: Encrypted Media: Add DefaultCdmFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only 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
« no previous file with comments | « no previous file | media/blink/cdm_session_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 33a4799bbe6f2a84f59364f49e16fa2c10371328..e03fdbbdf1a15f66ee0a2af4f1723cbcf40a25a0 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -72,6 +72,8 @@ component("media") {
sources = [
"cdm/aes_decryptor.cc",
"cdm/aes_decryptor.h",
+ "cdm/default_cdm_factory.cc",
+ "cdm/default_cdm_factory.h",
"cdm/json_web_key.cc",
"cdm/json_web_key.h",
"cdm/key_system_names.cc",
« no previous file with comments | « no previous file | media/blink/cdm_session_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698