Skip to content

Commit

Permalink
Add dependency on widevine headers.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brettw@chromium.org committed Aug 22, 2014
1 parent b554dd5 commit ec63905
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion media/base/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand All @@ -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" ]
}
Expand Down

0 comments on commit ec63905

Please sign in to comment.