Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index fa12b615f69b7d81bf3669c918480033cc767b6a..b3403e1d37ad95ecc047b8b07ec466d417a04b45 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -224,9 +224,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" ] |