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

Unified Diff: SConscript.installers

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.inputs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConscript.installers
===================================================================
--- SConscript.installers (revision 6176)
+++ SConscript.installers (working copy)
@@ -213,7 +213,7 @@
('components/gears_ff2.pdb', ['$FF2_MODULE_PDB']),
('components/gears.pdb', ['$FF3_MODULE_PDB']),
]
- # TODO: notifier, os x
+ # TODO: launchurl
dir = env.DirBuilder('$INSTALLER_OUTDIR/$INSTALLER_BASENAME', dirsrcs)
actions = [
@@ -270,6 +270,8 @@
('Contents/Resources/English.lproj/InfoPlist.strings',
['$OPEN_DIR/tools/osx/English.lproj/InfoPlist.strings']),
('Contents/Resources/', env.Glob('#/$OPEN_DIR/ui/safari/*.nib')),
+ ('Contents/Resources/', '$CRASH_SENDER_EXE'),
+ ('Contents/Resources/', '$OSX_CRASH_INSPECTOR_EXE'),
# TODO(mpcomplete): crash sendor/inspector, launchurl
('Contents/MacOS/', ['$SF_MODULE']),
]
« no previous file with comments | « SConscript.inputs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698