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

Unified Diff: third_party/widevine/cdm/BUILD.gn

Issue 2027373002: media: Mark Widevine CDM and manifest as data_deps of the adapter (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: third_party/widevine/cdm/BUILD.gn
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
index f77c369bf54a88f9bb9ad18b0b0f3211cee9872f..e5fdb29e858fec1137a2182c18db6304279b4c24 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -143,10 +143,13 @@ if ((is_chrome_branded || enable_widevine) && enable_pepper_cdms) {
output_dir = "$root_out_dir/$widevine_cdm_path"
deps = [
":version_h",
- ":widevine_cdm_manifest",
":widevinecdm",
":widevinecdmadapter_resources",
]
+ data_deps = [
+ ":widevine_cdm_manifest",
+ ":widevinecdm",
ddorwin 2016/06/01 20:16:43 deps doesn't imply data_deps?
xhwang 2016/06/01 20:24:12 Apparently not based on "gn help runtime_deps" unl
Dirk Pranke 2016/06/01 21:33:16 Correct, `deps` does not imply `data_deps`. You mi
+ ]
if (is_linux) {
ldflags =
« 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