| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 97f7ac91c1cb16f38861f0c9e348e4f55e9d91ea..6b28f2f2743067a1ee53d77da1ccad3832d2a103 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -221,9 +221,10 @@ if (!is_android && !is_mac) {
|
| # On Mac, internal plugins go inside the framework, so these
|
| # dependencies are on chrome.dll.
|
| "//third_party/adobe/flash:flapper_binaries",
|
| - "//third_party/widevine/cdm:widevinecdmadapter",
|
| ]
|
|
|
| + data_deps += [ "//third_party/widevine/cdm:widevinecdmadapter" ]
|
| +
|
| if (is_multi_dll_chrome) {
|
| defines += [ "CHROME_MULTIPLE_DLL" ]
|
| data_deps += [ ":chrome_child" ]
|
|
|