Commit 80ca206f authored by xhwang@google.com's avatar xhwang@google.com

Fix CDM gyp to exclude x64 ChromeOS build from using a CDM.

BUG=none
TEST=Tested with x64 Linux build with chromeos=1.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181981 0039d316-1c4b-4281-b951-d872f2087c98
parent 4b55c781
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
'<(PRODUCT_DIR)/libwidevinecdm.so', '<(PRODUCT_DIR)/libwidevinecdm.so',
], ],
}], }],
[ 'OS == "linux" and target_arch == "x64"', { [ 'chromeos == 0 and OS == "linux" and target_arch == "x64"', {
'libraries': [ 'libraries': [
# Copied by widevine_cdm_binaries. # Copied by widevine_cdm_binaries.
'<(PRODUCT_DIR)/libwidevinecdm.so', '<(PRODUCT_DIR)/libwidevinecdm.so',
......
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