summaryrefslogtreecommitdiffstats
path: root/third_party/widevine
diff options
context:
space:
mode:
authorxhwang@google.com <xhwang@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-12 06:33:57 +0000
committerxhwang@google.com <xhwang@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-12 06:33:57 +0000
commitb08d831e203e6b0693e35732bb972dfe80a9a44d (patch)
tree3fcb3aacb860bd538ff5961bb3200d5c96d88066 /third_party/widevine
parent12c576a7c94817a517e027a28b84bb661d96756d (diff)
downloadchromium_src-b08d831e203e6b0693e35732bb972dfe80a9a44d.zip
chromium_src-b08d831e203e6b0693e35732bb972dfe80a9a44d.tar.gz
chromium_src-b08d831e203e6b0693e35732bb972dfe80a9a44d.tar.bz2
Enable Widevine CDM on Linux x64 builds.
TBR=ddorwin@chromium.org BUG=none TEST=Tested on Linux x64 on Youtube. Review URL: https://codereview.chromium.org/12223085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/widevine')
-rw-r--r--third_party/widevine/cdm/widevine_cdm.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp
index 5bde10d..2148ff9 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -72,6 +72,12 @@
'<(PRODUCT_DIR)/libwidevinecdm.so',
],
}],
+ [ 'OS == "linux" and target_arch == "x64"', {
+ 'libraries': [
+ # Copied by widevine_cdm_binaries.
+ '<(PRODUCT_DIR)/libwidevinecdm.so',
+ ],
+ }],
[ 'OS == "win" and 0', {
'type': 'shared_library',
}],