| Index: chrome/chrome_dll_bundle.gypi
|
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
|
| index 719d6c4b9ff8bdf5af1da2548fa53824eb09c174..5a7ed5411c8402546aef7ad6ade563f7b1a34b18 100644
|
| --- a/chrome/chrome_dll_bundle.gypi
|
| +++ b/chrome/chrome_dll_bundle.gypi
|
| @@ -80,6 +80,7 @@
|
| # dependency here. flash_player.gyp will copy the Flash bundle
|
| # into PRODUCT_DIR.
|
| '../third_party/adobe/flash/flash_player.gyp:flapper_binaries',
|
| + '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handler',
|
| '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
|
| 'chrome_resources.gyp:packed_extra_resources',
|
| 'chrome_resources.gyp:packed_resources',
|
| @@ -145,6 +146,12 @@
|
| ],
|
| },
|
| {
|
| + 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Helpers',
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/crashpad_handler',
|
| + ],
|
| + },
|
| + {
|
| 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins',
|
| 'files': [],
|
| 'conditions': [
|
| @@ -229,21 +236,6 @@
|
| 'mac_real_dsym': 1,
|
| },
|
| }],
|
| - ['mac_breakpad_compiled_in==1', {
|
| - 'dependencies': [
|
| - '../breakpad/breakpad.gyp:breakpad',
|
| - '../components/components.gyp:policy',
|
| - ],
|
| - 'copies': [
|
| - {
|
| - 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources',
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/crash_inspector',
|
| - '<(PRODUCT_DIR)/crash_report_sender.app'
|
| - ],
|
| - },
|
| - ],
|
| - }], # mac_breakpad_compiled_in
|
| ['mac_keystone==1', {
|
| 'mac_bundle_resources': [
|
| 'browser/mac/keystone_promote_preflight.sh',
|
|
|