diff options
author | xhwang@google.com <xhwang@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 19:40:46 +0000 |
---|---|---|
committer | xhwang@google.com <xhwang@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 19:40:46 +0000 |
commit | 80ca206f6ae8c560300ae11e8e609e11c3862d24 (patch) | |
tree | b7422c7947e6f1f2c63275ea5cc7582c44e75952 /third_party/widevine | |
parent | 4b55c7815bf122e22dca0736a5a6824d5c12ba65 (diff) | |
download | chromium_src-80ca206f6ae8c560300ae11e8e609e11c3862d24.zip chromium_src-80ca206f6ae8c560300ae11e8e609e11c3862d24.tar.gz chromium_src-80ca206f6ae8c560300ae11e8e609e11c3862d24.tar.bz2 |
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
Diffstat (limited to 'third_party/widevine')
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp index 2148ff9..72da8da 100644 --- a/third_party/widevine/cdm/widevine_cdm.gyp +++ b/third_party/widevine/cdm/widevine_cdm.gyp @@ -72,7 +72,7 @@ '<(PRODUCT_DIR)/libwidevinecdm.so', ], }], - [ 'OS == "linux" and target_arch == "x64"', { + [ 'chromeos == 0 and OS == "linux" and target_arch == "x64"', { 'libraries': [ # Copied by widevine_cdm_binaries. '<(PRODUCT_DIR)/libwidevinecdm.so', |