diff options
-rw-r--r-- | build/all.gyp | 1 | ||||
-rw-r--r-- | chrome/chrome_dll.gypi | 2 | ||||
-rw-r--r-- | chrome/chrome_exe.gypi | 4 |
3 files changed, 0 insertions, 7 deletions
diff --git a/build/all.gyp b/build/all.gyp index 51596d3..611208f 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -602,7 +602,6 @@ '../cloud_print/cloud_print.gyp:cloud_print', '../remoting/remoting.gyp:remoting_webapp', '../third_party/adobe/flash/flash_player.gyp:flash_player', - '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm', ], 'conditions': [ ['internal_pdf', { diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 9b3604b..b70ab12 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -268,7 +268,6 @@ # will also need to be put into the bundle. '../third_party/adobe/flash/flash_player.gyp:flash_player', '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', - '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmplugin', 'chrome_resources.gyp:packed_extra_resources', 'chrome_resources.gyp:packed_resources', ], @@ -382,7 +381,6 @@ }], ], }, - # TODO(ddorwin): Include CDM files in the Mac bundle. { # Copy of resources used by tests. 'destination': '<(PRODUCT_DIR)', diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 1e4833a..c8527f9 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -425,10 +425,6 @@ # go inside the framework, so this dependency is in chrome_dll.gypi. '../third_party/adobe/flash/flash_player.gyp:flash_player', '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', - # Copy CDM files to PRODUCT_DIR if applicable. Let the .gyp - # file decide what to do on a per-OS basis; on Mac, internal plugins - # go inside the framework, so this dependency is in chrome_dll.gypi. - '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmplugin', ], }], ['OS=="mac" and asan==1', { |