summaryrefslogtreecommitdiffstats
path: root/third_party/widevine
diff options
context:
space:
mode:
authorddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-04 17:38:32 +0000
committerddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-04 17:38:32 +0000
commite1f38ddc7202c6825ea52be2f729382a1ee2d880 (patch)
treec73fc2a5dc2bc133cb1f2a08da13fa79d1414170 /third_party/widevine
parent5fed8701757fd8c8354e9a0d6ec68a82ed107c15 (diff)
downloadchromium_src-e1f38ddc7202c6825ea52be2f729382a1ee2d880.zip
chromium_src-e1f38ddc7202c6825ea52be2f729382a1ee2d880.tar.gz
chromium_src-e1f38ddc7202c6825ea52be2f729382a1ee2d880.tar.bz2
Fix logic in r185914.
TBR=xhwang@chromium.org Review URL: https://codereview.chromium.org/12390061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/widevine')
-rw-r--r--third_party/widevine/cdm/widevine_cdm.gyp2
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 a19500c..eaac98f 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -48,7 +48,7 @@
'target_name': 'widevinecdmadapter',
'type': 'none',
'conditions': [
- [ 'branding == "Chrome" and OS != "android" or OS != "ios"', {
+ [ 'branding == "Chrome" and OS != "android" and OS != "ios"', {
'dependencies': [
'<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp',
'widevine_cdm_version_h',