diff options
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 2c8824b..ba71ae6 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -427,7 +427,7 @@ # 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', + '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', ], }], ['OS=="mac" and asan==1', { |