Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/widevine/cdm/widevine_cdm.gyp

Issue 14789015: Build the Widevine CDM adapter on Win. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/widevine_cdm.gyp
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp
index 67efd9978b5966682cccb670a92614b434436134..2df98b28431671df7e556dfa1867a1470ed0ec96 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -70,8 +70,16 @@
'<(PRODUCT_DIR)/libwidevinecdm.so',
],
}],
- [ 'OS == "win" and 0', {
+ [ 'OS == "win"', {
'type': 'shared_library',
+ # See http://crbug.com/237636.
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalOptions': [
+ '/FORCE:UNRESOLVED',
+ ],
+ },
+ },
}],
[ 'OS == "mac"', {
'type': 'loadable_module',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698