| Index: chrome/chrome_dll_bundle.gypi
|
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
|
| index f673ae037601b8fd7b1a85d768832d9686773088..bb43d17303912de1edf6f723ce9d0d8276be86e9 100644
|
| --- a/chrome/chrome_dll_bundle.gypi
|
| +++ b/chrome/chrome_dll_bundle.gypi
|
| @@ -132,6 +132,12 @@
|
| ],
|
| 'copies': [
|
| {
|
| + 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/exif.so',
|
| + ],
|
| + },
|
| + {
|
| 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Helpers',
|
| 'files': [
|
| '<(PRODUCT_DIR)/crashpad_handler',
|
|
|