diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm.gyp | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp index eaac98f..01cd4e5 100644 --- a/third_party/widevine/cdm/widevine_cdm.gyp +++ b/third_party/widevine/cdm/widevine_cdm.gyp @@ -65,15 +65,9 @@ 'type': 'loadable_module', # Allow the plugin wrapper to find the CDM in the same directory. 'ldflags': ['-Wl,-rpath=\$$ORIGIN'], - 'conditions': [ - # We have binaries for Linux ia32 & x64 and Chrome OS ARM. The - # build fails if we add the dependency for Chrome OS ia32 & x64. - [ 'chromeos == 0 or target_arch == "arm"', { - 'libraries': [ - # Copied by widevine_cdm_binaries. - '<(PRODUCT_DIR)/libwidevinecdm.so', - ], - }], + 'libraries': [ + # Copied by widevine_cdm_binaries. + '<(PRODUCT_DIR)/libwidevinecdm.so', ], }], [ 'OS == "win" and 0', { |