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

Unified Diff: media/base/android/BUILD.gn

Issue 478853005: Add dependency on widevine headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index a1b999935cc86b518749a2c50fcd2ebb89614f42..5df4dc35e088d559f6bfd74ce413a308533157ad 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -45,7 +45,10 @@ source_set("android") {
"webaudio_media_codec_info.h",
]
configs += [ "//media:media_config" ]
- deps = [ ":media_jni_headers" ]
+ deps = [
+ ":media_jni_headers",
+ "//third_party/widevine/cdm:version_h",
+ ]
}
source_set("unittests") {
@@ -59,6 +62,7 @@ source_set("unittests") {
"//media/base:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/widevine/cdm:version_h",
]
configs += [ "//media:media_config" ]
}
« 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