diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 21:11:13 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 21:11:13 +0000 |
commit | 98cd39b3893a6c5f58d76259916e4c01e5bba300 (patch) | |
tree | d5d72f842052c2cdbbf512a411ef72648f8baaec /chrome | |
parent | b7adca93858a98942b533a6a359d0b259fe50528 (diff) | |
download | chromium_src-98cd39b3893a6c5f58d76259916e4c01e5bba300.zip chromium_src-98cd39b3893a6c5f58d76259916e4c01e5bba300.tar.gz chromium_src-98cd39b3893a6c5f58d76259916e4c01e5bba300.tar.bz2 |
Remove firefox[23]_importer.cc from the POSIX build.
Another step in fixing the dynamic run.
Review URL: http://codereview.chromium.org/20323
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/browser.scons | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons index c57ebe2..ccfc72d 100644 --- a/chrome/browser/browser.scons +++ b/chrome/browser/browser.scons @@ -708,6 +708,10 @@ if not env.Bit('windows'): 'icon_loader.cc', 'icon_manager.cc', 'ime_input.cc', + # Hold off on firefox[23]_importer.cc until importer.cc has been ported. + # Otherwise shared link builds won't work on Linux. + 'importer/firefox2_importer.cc', + 'importer/firefox3_importer.cc', 'importer/firefox_importer_utils.cc', 'importer/ie_importer.cc', 'importer/importer.cc', |