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

Unified Diff: media/BUILD.gn

Issue 1862543002: media: Fix gn deps on media/ targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | media/cdm/cdm_helpers.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 3641f6a2fe4250748da71c2f5e01a49e22f67eca..300f3553315f5e9c8a0b8d45dcab2a26b59a9d97 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -74,12 +74,14 @@ component("media") {
sources = [
"cdm/aes_decryptor.cc",
"cdm/aes_decryptor.h",
+ "cdm/api/content_decryption_module.h",
xhwang 2016/04/12 21:16:03 Can we have this one in a separate source_set?
jrummell 2016/04/13 22:59:13 Done.
"cdm/cdm_adapter.cc",
"cdm/cdm_adapter.h",
"cdm/cdm_allocator.cc",
"cdm/cdm_allocator.h",
"cdm/cdm_helpers.cc",
"cdm/cdm_helpers.h",
+ "cdm/cdm_wrapper.h",
"cdm/default_cdm_factory.cc",
"cdm/default_cdm_factory.h",
"cdm/json_web_key.cc",
« no previous file with comments | « no previous file | media/cdm/cdm_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698