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

Unified Diff: SConscript.inputs

Issue 13037: Add crash_sender and crash_inspector to Safari gears-scons build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/gears/
Patch Set: '' Created 12 years 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 | « SConscript.common ('k') | SConscript.installers » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConscript.inputs
===================================================================
--- SConscript.inputs (revision 6176)
+++ SConscript.inputs (working copy)
@@ -31,8 +31,20 @@
'$THIRD_PARTY_DIR/breakpad/src/common/windows/http_upload.cc',
])
elif env['OS'] == 'osx':
- print 'TODO: crash_sender'
+ env.Append(CRASH_SENDER_CPPSRCS = [
+ '$OPEN_DIR/base/common/exception_handler_osx/nshost_macaddress.m',
+ '$OPEN_DIR/crash_sender/crash_sender_osx.m',
+ '$THIRD_PARTY_DIR/breakpad/src/common/mac/HTTPMultipartUpload.m',
+ ])
+ env.Append(OSX_CRASH_INSPECTOR_CPPSRCS = [
+ '$THIRD_PARTY_DIR/breakpad_osx/src/common/convert_UTF.c',
+ '$OPEN_DIR/base/common/exception_handler_osx/inspector.mm',
+ '$OPEN_DIR/base/common/exception_handler_osx/mach_ipc.mm',
+ '$OPEN_DIR/base/common/exception_handler_osx/on_demand_server.mm',
+ '$OPEN_DIR/base/common/exception_handler_osx/simple_string_dictionary.mm',
+ ])
+
#-----------------------------------------------------------------------------
# ipc_test
@@ -155,12 +167,13 @@
#-----------------------------------------------------------------------------
# third_party/breakpad_osx
+
env.Append(SF_CPPSRCS = [
- '$OPEN_DIR/base/common/exception_handler_osx.mm',
- '$OPEN_DIR/base/common/exception_handler_osx/google_breakpad.mm',
- '$OPEN_DIR/base/common/exception_handler_osx/mach_ipc.mm',
- '$OPEN_DIR/base/common/exception_handler_osx/on_demand_server.mm',
- '$OPEN_DIR/base/common/exception_handler_osx/simple_string_dictionary.mm'
+ '$OPEN_DIR/base/common/exception_handler_osx.mm',
+ '$OPEN_DIR/base/common/exception_handler_osx/google_breakpad.mm',
+ '$OPEN_DIR/base/common/exception_handler_osx/mach_ipc.mm',
+ '$OPEN_DIR/base/common/exception_handler_osx/on_demand_server.mm',
+ '$OPEN_DIR/base/common/exception_handler_osx/simple_string_dictionary.mm'
])
#-----------------------------------------------------------------------------
« no previous file with comments | « SConscript.common ('k') | SConscript.installers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698