summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-18 17:01:37 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-18 17:01:37 +0000
commit16e0092fc153690e2b666134119a51c78978d3ee (patch)
treedfcaea7126c07c90a73a133710b143f43cb923d2 /chrome/browser
parent30a52ce795bb546bccec08deea22c2cd0c9fcd7a (diff)
downloadchromium_src-16e0092fc153690e2b666134119a51c78978d3ee.zip
chromium_src-16e0092fc153690e2b666134119a51c78978d3ee.tar.gz
chromium_src-16e0092fc153690e2b666134119a51c78978d3ee.tar.bz2
Unbreak Windows scons build caused by my importer porting.
Review URL: http://codereview.chromium.org/14840 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/browser.scons8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 4797c10..840013f 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -83,7 +83,6 @@ if env['PLATFORM'] in ('posix', 'win32'):
'importer/firefox2_importer.cc',
'importer/firefox3_importer.cc',
'importer/firefox_profile_lock.cc',
- 'importer/firefox_profile_lock_posix.cc',
'importer/mork_reader.cc',
'meta_table_helper.cc',
'metrics_log.cc',
@@ -296,10 +295,15 @@ if env['PLATFORM'] == 'win32':
env.TypeLibrary('history/history_indexer.idl')
input_files.extend([
- 'web_contents_view_win.cc',
+ 'importer/firefox_profile_lock_win.cc',
'render_widget_host_view_win.cc',
+ 'web_contents_view_win.cc',
])
+if env['PLATFORM'] in ('darwin', 'posix'):
+ input_files.extend([
+ 'importer/firefox_profile_lock_posix.cc',
+ ])
if env['PLATFORM'] in ('posix', 'win32'):
# TODO: This should work for all platforms.