diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-24 23:00:00 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-24 23:00:00 +0000 |
commit | 09c767b6f7ca36f57f27712fd19f2c0f6673da02 (patch) | |
tree | 286e746fac2f817d13f2aa2e717b4cedb9ac6149 /gears/SConscript.common | |
parent | 8023e5689d4f46ed7bc0bea13c8c8904f698c6cf (diff) | |
download | chromium_src-09c767b6f7ca36f57f27712fd19f2c0f6673da02.zip chromium_src-09c767b6f7ca36f57f27712fd19f2c0f6673da02.tar.gz chromium_src-09c767b6f7ca36f57f27712fd19f2c0f6673da02.tar.bz2 |
Add Safari bundle targets to the gears-scons build.
Review URL: http://codereview.chromium.org/11329
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears/SConscript.common')
-rw-r--r-- | gears/SConscript.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gears/SConscript.common b/gears/SConscript.common index 5df142b..385c6c4 100644 --- a/gears/SConscript.common +++ b/gears/SConscript.common @@ -87,6 +87,6 @@ env.Alias('gears', crash_sender) if env['OS'] == 'osx': # SF_INSTALLER_PLUGIN_EXE - env.ChromeProgram('stats_pane', + env.ChromeSharedLibrary('stats_pane', GetInputs('$SF_INSTALLER_PLUGIN_CPPSRCS'), FRAMEWORKS = env['FRAMEWORKS'] + Split('Cocoa InstallerPlugins')) |