summaryrefslogtreecommitdiffstats
path: root/chrome/browser/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/SConscript')
-rw-r--r--chrome/browser/SConscript60
1 files changed, 21 insertions, 39 deletions
diff --git a/chrome/browser/SConscript b/chrome/browser/SConscript
index 71d4fd3..1efc99d 100644
--- a/chrome/browser/SConscript
+++ b/chrome/browser/SConscript
@@ -109,10 +109,10 @@ if env['PLATFORM'] == 'win32':
'back_forward_menu_model.cc',
'base_history_model.cc',
'bookmark_bar_context_menu_controller.cc',
- 'bookmarks/bookmark_bar_model.cc',
'bookmarks/bookmark_codec.cc',
- 'bookmarks/bookmark_storage.cc',
'bookmarks/bookmark_drag_data.cc',
+ 'bookmarks/bookmark_model.cc',
+ 'bookmarks/bookmark_storage.cc',
'browser.cc',
'browser_about_handler.cc',
'browser_commands.cc',
@@ -136,28 +136,26 @@ if env['PLATFORM'] == 'win32':
'dom_ui/dom_ui_host.cc',
'dom_ui/html_dialog_contents.cc',
'dom_ui/new_tab_ui.cc',
- 'download_exe.cc',
- 'download_file.cc',
- 'download_item_model.cc',
- 'download_manager.cc',
- 'download_tab_view.cc',
- 'download_util.cc',
+ 'download/download_exe.cc',
+ 'download/download_file.cc',
+ 'download/download_item_model.cc',
+ 'download/download_manager.cc',
+ 'download/download_util.cc',
+ 'download/save_file.cc',
+ 'download/save_file_manager.cc',
+ 'download/save_item.cc',
+ 'download/save_package.cc',
+ 'download/save_page_model.cc',
'drag_utils.cc',
'encoding_menu_controller_delegate.cc',
'encryptor.cc',
- 'external_protocol_dialog.cc',
'external_protocol_handler.cc',
'external_tab_container.cc',
'fav_icon_helper.cc',
'find_in_page_controller.cc',
'find_in_page_view.cc',
- 'firefox2_importer.cc',
- 'firefox3_importer.cc',
- 'firefox_importer_utils.cc',
- 'firefox_profile_lock.cc',
'first_run.cc',
'frame_util.cc',
- 'frame_view.cc',
'gears_integration.cc',
'hang_monitor/hung_plugin_action.cc',
'hang_monitor/hung_window_detector.cc',
@@ -187,9 +185,14 @@ if env['PLATFORM'] == 'win32':
'icon_loader.cc',
'icon_manager.cc',
'ie7_password.cc',
- 'ie_importer.cc',
'ime_input.cc',
- 'importer.cc',
+ 'importer/firefox2_importer.cc',
+ 'importer/firefox3_importer.cc',
+ 'importer/firefox_importer_utils.cc',
+ 'importer/firefox_profile_lock.cc',
+ 'importer/ie_importer.cc',
+ 'importer/importer.cc',
+ 'importer/mork_reader.cc',
'ipc_status_view.cc',
'jankometer.cc',
'js_before_unload_handler.cc',
@@ -199,22 +202,20 @@ if env['PLATFORM'] == 'win32':
'metrics_log.cc',
'metrics_service.cc',
'modal_html_dialog_delegate.cc',
- 'mork_reader.cc',
'native_ui_contents.cc',
'navigation_controller.cc',
'navigation_entry.cc',
'net/dns_global.cc',
'net/dns_master.cc',
'net/dns_slave.cc',
+ 'net/sdch_dictionary_fetcher.cc',
'network_status_view.cc',
'google_update.cc',
- 'page_info_window.cc',
'password_form_manager.cc',
'password_manager.cc',
'plugin_installer.cc',
'plugin_process_host.cc',
'plugin_service.cc',
- 'point_buffer.cc',
'printing/page_overlays.cc',
'printing/print_job.cc',
'printing/print_job_manager.cc',
@@ -243,20 +244,14 @@ if env['PLATFORM'] == 'win32':
'safe_browsing/protocol_manager.cc',
'safe_browsing/safe_browsing_blocking_page.cc',
'safe_browsing/safe_browsing_database.cc',
+ 'safe_browsing/safe_browsing_database_impl.cc',
'safe_browsing/safe_browsing_service.cc',
'sandbox_policy.cc',
- 'save_file.cc',
- 'save_file_manager.cc',
- 'save_item.cc',
- 'save_package.cc',
- 'save_page_model.cc',
'session_backend.cc',
'session_crashed_view.cc',
'session_restore.cc',
'session_service.cc',
'shell_integration.cc',
- 'simple_vista_frame.cc',
- 'simple_xp_frame.cc',
'site_instance.cc',
'spellcheck_worditerator.cc',
'spellchecker.cc',
@@ -267,16 +262,9 @@ if env['PLATFORM'] == 'win32':
'status_view.cc',
'suspend_controller.cc',
'tab_contents.cc',
- 'tab_contents_container_view.cc',
'tab_contents_factory.cc',
'tab_restore_service.cc',
'tab_util.cc',
- 'tabs/dragged_tab_controller.cc',
- 'tabs/dragged_tab_view.cc',
- 'tabs/hwnd_photobooth.cc',
- 'tabs/tab.cc',
- 'tabs/tab_renderer.cc',
- 'tabs/tab_strip.cc',
'tabs/tab_strip_model.cc',
'tabs/tab_strip_model_order_controller.cc',
'task_manager.cc',
@@ -286,14 +274,11 @@ if env['PLATFORM'] == 'win32':
'template_url_model.cc',
'template_url_parser.cc',
'template_url_prepopulate_data.cc',
- 'title_chomper.cc',
'toolbar_model.cc',
'url_fetcher.cc',
'url_fixer_upper.cc',
- 'user_data_dir_dialog.cc',
'view_source_contents.cc',
'visitedlink_master.cc',
- 'vista_frame.cc',
'web_app.cc',
'web_app_icon_manager.cc',
'web_app_launcher.cc',
@@ -302,10 +287,7 @@ if env['PLATFORM'] == 'win32':
'web_drop_target.cc',
'webdata/web_data_service.cc',
'webdata/web_database.cc',
- 'window_clipping_info.cc',
'window_sizer.cc',
- 'wizard/wizard.cc',
- 'xp_frame.cc',
])
if env['PLATFORM'] in ('posix', 'win32'):