summaryrefslogtreecommitdiffstats
path: root/third_party/widevine
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/widevine')
-rw-r--r--third_party/widevine/cdm/widevine_cdm.gyp9
1 files changed, 8 insertions, 1 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp
index 67efd99..9e837da 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -35,6 +35,7 @@
'symbols/win/<(target_arch)/widevine_cdm_version.h',
'widevine_cdm_binary_files%': [
'binaries/win/<(target_arch)/widevinecdm.dll',
+ 'binaries/win/<(target_arch)/widevinecdm.dll.lib',
],
}],
],
@@ -70,8 +71,14 @@
'<(PRODUCT_DIR)/libwidevinecdm.so',
],
}],
- [ 'OS == "win" and 0', {
+ [ 'OS == "win"', {
'type': 'shared_library',
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4267, ],
+ 'libraries': [
+ # Copied by widevine_cdm_binaries.
+ '<(PRODUCT_DIR)/widevinecdm.dll.lib',
+ ],
}],
[ 'OS == "mac"', {
'type': 'loadable_module',