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

Unified Diff: media/cdm/ppapi/BUILD.gn

Issue 1969533002: media: Fix gn deps on media/cdm/ppapi/* targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/BUILD.gn
diff --git a/media/cdm/ppapi/BUILD.gn b/media/cdm/ppapi/BUILD.gn
index 20deaab7a71dd61e93cde763baa105fdd735a8ec..6c5fb28d8c2524075b283996af1f5667a9bf7c40 100644
--- a/media/cdm/ppapi/BUILD.gn
+++ b/media/cdm/ppapi/BUILD.gn
@@ -30,6 +30,7 @@ shared_library("clearkeycdm") {
"//base",
"//build/config/sanitizers:deps",
"//media", # For media::AudioTimestampHelper
+ "//media:cdm_api", # For content_decryption_module.h
"//media:shared_memory_support", # For media::AudioBus.
"//url",
]
@@ -65,5 +66,7 @@ ppapi_cdm_adapter("clearkeycdmadapter") {
":clearkeycdm",
":clearkeycdmadapter_resources",
"//base", # Required for the allocator implementation.
+ "//media:shared_memory_support",
+ "//ui/gfx/geometry",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698