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

Unified Diff: chrome/chrome_dll.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_browser.gypi ('k') | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 0897fb4a21dd17cc974d88d1ae9cc68881291dc3..db16fa0dfd08c658d450f8a010d86e5dc3e1b0a0 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -278,6 +278,15 @@
'xcode_settings': { 'OTHER_LDFLAGS': [ '-Wl,-ObjC' ], },
}],
['OS=="mac"', {
+ 'dependencies': [
+ '../components/components.gyp:crash_component',
+ '../components/components.gyp:policy',
+ ],
+ 'sources': [
+ 'app/chrome_crash_reporter_client.cc',
+ 'app/chrome_crash_reporter_client.h',
+ 'app/chrome_crash_reporter_client_mac.mm',
+ ],
'xcode_settings': {
# Define the order of symbols within the framework. This
# sets -order_file.
@@ -302,25 +311,6 @@
],
},
],
- 'conditions': [
- ['mac_breakpad_compiled_in==1', {
- 'dependencies': [
- '../breakpad/breakpad.gyp:breakpad',
- '../components/components.gyp:crash_component',
- '../components/components.gyp:policy',
- ],
- 'sources': [
- 'app/chrome_crash_reporter_client.cc',
- 'app/chrome_crash_reporter_client.h',
- 'app/chrome_crash_reporter_client_mac.mm',
- ],
- }, { # else: mac_breakpad_compiled_in!=1
- # No Breakpad, put in the stubs.
- 'dependencies': [
- '../components/components.gyp:breakpad_stubs',
- ],
- }], # mac_breakpad_compiled_in
- ], # conditions
}], # OS=="mac"
], # conditions
}, # target chrome_main_dll
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698