Commit ec639057 authored by brettw@chromium.org's avatar brettw@chromium.org

Add dependency on widevine headers.

This is needed by some files in these targets. The GYP build has this dependency.

TBR=jam

Review URL: https://codereview.chromium.org/478853005

Cr-Commit-Position: refs/heads/master@{#291340}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291340 0039d316-1c4b-4281-b951-d872f2087c98
parent b554dd57
......@@ -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" ]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment