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

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

Issue 14863005: Revert 198300 "Build the Widevine CDM adapter on Win." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/third_party/widevine/cdm/widevine_cdm.gyp
===================================================================
--- trunk/src/third_party/widevine/cdm/widevine_cdm.gyp (revision 198303)
+++ trunk/src/third_party/widevine/cdm/widevine_cdm.gyp (working copy)
@@ -70,16 +70,8 @@
'<(PRODUCT_DIR)/libwidevinecdm.so',
],
}],
- [ 'OS == "win"', {
+ [ 'OS == "win" and 0', {
'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