Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4482)

Unified Diff: chrome/chrome_dll_bundle.gypi

Issue 1001103002: Crashpad! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sign crashpad_handler Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698