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

Unified Diff: media/base/BUILD.gn

Issue 2568463003: media: Rename MediaKeys to ContentDecryptionModule (Closed)
Patch Set: Created 4 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/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 09509c0f81833d84fda5aa45c727ff55d6ea73bf..a1e15f6f3ef5ca21e23aad54159e6654414fc5f0 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -113,6 +113,8 @@ target(link_target_type, "base") {
"channel_mixing_matrix.h",
"container_names.cc",
"container_names.h",
+ "content_decryption_module.cc",
+ "content_decryption_module.h",
"data_buffer.cc",
"data_buffer.h",
"data_source.cc",
@@ -157,8 +159,6 @@ target(link_target_type, "base") {
"media_client.h",
"media_content_type.cc",
"media_content_type.h",
- "media_keys.cc",
- "media_keys.h",
"media_log.cc",
"media_log.h",
"media_log_event.h",

Powered by Google App Engine
This is Rietveld 408576698