summaryrefslogtreecommitdiffstats
path: root/gears/SConscript.common
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-21 23:59:03 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-21 23:59:03 +0000
commitb0faad6b7aa2597115c07ca6fc3d6273c3c18191 (patch)
tree86b8e235ff0305b6eb586b707af9a58e8e7b0d26 /gears/SConscript.common
parent6ea74bed6ddfe8f9f993a3770e303a7b5c6743ed (diff)
downloadchromium_src-b0faad6b7aa2597115c07ca6fc3d6273c3c18191.zip
chromium_src-b0faad6b7aa2597115c07ca6fc3d6273c3c18191.tar.gz
chromium_src-b0faad6b7aa2597115c07ca6fc3d6273c3c18191.tar.bz2
First cut at compiling Gears for Safari.
This contains the file list and correct compilation flags for the files. This doesn't yet link, but is only missing one custom builder. Review URL: http://codereview.chromium.org/8041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears/SConscript.common')
-rw-r--r--gears/SConscript.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/gears/SConscript.common b/gears/SConscript.common
index cfb7364..a497601 100644
--- a/gears/SConscript.common
+++ b/gears/SConscript.common
@@ -156,7 +156,8 @@ if env['OS'] == 'win32':
crash_sender = env.Program('crash_sender', crash_sender_srcs,
LIBS = Split('advapi32.lib shell32.lib wininet.lib'))
elif env['OS'] == 'osx':
- crash_sender = env.Program('crash_sender', crash_sender_srcs,
- FRAMEWORKS = Split('Carbon Cocoa Foundation IOKit SystemConfiguration'),
- LIBS='stdc++')
+ pass
+ # crash_sender = env.Program('crash_sender', crash_sender_srcs,
+ # FRAMEWORKS = Split('Carbon Cocoa Foundation IOKit SystemConfiguration'),
+ # LIBS='stdc++')
env.Alias('gears', crash_sender)