Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 65dc4d59aa6dabfa8f7c89e7d13f361758e78ca7..a51bf1bcd3e9f4bef3c219f52ae058e230929ea8 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -223,9 +223,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" ] |
ddorwin
2016/05/06 22:23:48
What is the reason for this change? Note that the
xhwang
2016/05/09 20:59:02
widevinecdmadapter is a shared_library, the curren
ddorwin
2016/05/09 23:12:56
Thanks. I wonder whether the flapper_binaries shou
xhwang
2016/05/09 23:50:05
flapper_binaries is "copy" action [1], which will
|
+ |
if (is_multi_dll_chrome) { |
defines += [ "CHROME_MULTIPLE_DLL" ] |
data_deps += [ ":chrome_child" ] |