summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 16:46:47 +0000
committerddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 16:46:47 +0000
commit56ec6a8180247765008612ce2e18a79c0d4fb149 (patch)
tree4dbd35cb4c372c4a674d038253d443974b4b108f /third_party
parent1d34b6cd3f7ef3c289db553c9724dbde4f10d328 (diff)
downloadchromium_src-56ec6a8180247765008612ce2e18a79c0d4fb149.zip
chromium_src-56ec6a8180247765008612ce2e18a79c0d4fb149.tar.gz
chromium_src-56ec6a8180247765008612ce2e18a79c0d4fb149.tar.bz2
Build the Widevine CDM plugin.
BUG=149772 Review URL: https://chromiumcodereview.appspot.com/11118006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/widevine/cdm/widevine_cdm.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp
index ace42ee..44cf6e7 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -71,10 +71,10 @@
# remove it.
'cflags!': ['-gstabs'],
}],
- [ 'OS == "win"', {
+ [ 'OS == "win" and 0', {
'type': 'shared_library',
}],
- [ 'OS == "mac"', {
+ [ 'OS == "mac" and 0', {
'type': 'loadable_module',
'mac_bundle': 1,
'product_extension': 'plugin',