summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/browser.scons4
-rw-r--r--chrome/views/SConscript1
2 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 9468d19..0b9bb44 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -117,6 +117,7 @@ if env['PLATFORM'] == 'win32':
'bookmarks/bookmark_codec.cc',
'bookmarks/bookmark_context_menu.cc',
'bookmarks/bookmark_drag_data.cc',
+ 'bookmarks/bookmark_drop_info.cc',
'bookmarks/bookmark_folder_tree_model.cc',
'bookmarks/bookmark_model.cc',
'bookmarks/bookmark_storage.cc',
@@ -186,12 +187,13 @@ if env['PLATFORM'] == 'win32':
'ie7_password.cc',
'ime_input.cc',
'importer/firefox2_importer.cc',
- 'importer/firefox3_importer.cc',
'importer/firefox_importer_utils.cc',
'importer/firefox_profile_lock.cc',
+ 'importer/firefox3_importer.cc',
'importer/ie_importer.cc',
'importer/importer.cc',
'importer/mork_reader.cc',
+ 'importer/toolbar_importer.cc',
'interstitial_page.cc',
'ipc_status_view.cc',
'jankometer.cc',
diff --git a/chrome/views/SConscript b/chrome/views/SConscript
index 81542aa..c6bc300 100644
--- a/chrome/views/SConscript
+++ b/chrome/views/SConscript
@@ -87,6 +87,7 @@ input_files = [
'tooltip_manager.cc',
'tree_view.cc',
'view.cc',
+ 'view_constants.cc',
'view_storage.cc',
'window.cc',
'window_delegate.cc',