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

Unified Diff: chrome/chrome.gyp

Issue 87014: .gyp file for Breakpad on OS X. (Closed)
Patch Set: Fix John's comments + obj-c side. Created 11 years, 8 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
« breakpad/breakpad.gyp ('K') | « chrome/app/breakpad_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 91940feaa04ffc74cdff36b8808e7a64d1405093..cabd9c5b411924f10b0631e69a506233bc19bbec 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -213,10 +213,6 @@
'common/libxml_utils.h',
'common/logging_chrome.cc',
'common/logging_chrome.h',
- 'common/mach_ipc_mac.h',
- 'common/mach_ipc_mac.mm',
- 'common/mach_message_source_mac.cc',
- 'common/mach_message_source_mac.h',
'common/main_function_params.h',
'common/message_box_flags.h',
'common/message_router.cc',
@@ -1653,12 +1649,17 @@
'variables': {'bundle_id': 'org.chromium.Chromium'},
}],
],
+ 'dependencies': [
+ '../breakpad/breakpad.gyp:breakpad',
+ ],
'xcode_settings': {
# chrome/app/app-Info.plist has a CFBundleIdentifier of BUNDLE_ID,
# to be replaced by a properly branded bundle ID in Xcode with
# these settings.
'INFOPLIST_PREPROCESS': 'YES',
'INFOPLIST_PREPROCESSOR_DEFINITIONS': ['BUNDLE_ID="<(bundle_id)"'],
+ # Needed for breakpad.
Mark Mentovai 2009/04/21 00:42:12 Nope, take this out. If you get link_settings rig
+ 'OTHER_LDFLAGS': ['-lcrypto',],
},
}, { # else: OS != "mac"
'conditions': [
« breakpad/breakpad.gyp ('K') | « chrome/app/breakpad_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698