Index: third_party/widevine/cdm/widevine_cdm.gyp |
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp |
index 01cd4e55b10f48374dc09d738730ba00d8eacd54..f448055bfcc62d88d66e1efd0f746b721bb00a7c 100644 |
--- a/third_party/widevine/cdm/widevine_cdm.gyp |
+++ b/third_party/widevine/cdm/widevine_cdm.gyp |
@@ -77,6 +77,10 @@ |
'type': 'loadable_module', |
'mac_bundle': 1, |
'product_extension': 'plugin', |
+ 'libraries': [ |
+ # Copied by widevine_cdm_binaries. |
+ '<(PRODUCT_DIR)/libwidevinecdm.dylib', |
+ ], |
'xcode_settings': { |
'OTHER_LDFLAGS': [ |
# Not to strip important symbols by -Wl,-dead_strip. |
@@ -84,6 +88,14 @@ |
'-Wl,-exported_symbol,_PPP_InitializeModule', |
'-Wl,-exported_symbol,_PPP_ShutdownModule' |
]}, |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)/widevinecdmadapter.plugin/Contents/MacOS/', |
ddorwin
2013/03/13 04:48:34
too long
|
+ 'files': [ |
+ '<(PRODUCT_DIR)/libwidevinecdm.dylib', |
+ ] |
+ } |
+ ] |
}], |
], |
}], |