summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-26 23:50:21 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-26 23:50:21 +0000
commit0a509159a4ac5802e7f7c471637f7625a487d333 (patch)
tree5ccaeefd3d986fd3446800e9e9ff33876b545146 /chrome/browser
parent92db537b4746c329ba9ed15b028f9a33f5fb09e4 (diff)
downloadchromium_src-0a509159a4ac5802e7f7c471637f7625a487d333.zip
chromium_src-0a509159a4ac5802e7f7c471637f7625a487d333.tar.gz
chromium_src-0a509159a4ac5802e7f7c471637f7625a487d333.tar.bz2
Catch up SCons Windows build with recent file shuffling and other changes:
* New browser\download\ subdirectory. * New browser\importer\ subdirectory. * New browser\views\old_frames subdirectory. * Add common/notification_registrar.cc. * Remove title_chomper{,_unittest}.cc. * Link against sdch where empirically necessary. * No libevent.lib on Windows, comment out until Linux hits the .dll logic. Review URL: http://codereview.chromium.org/4310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/SConscript60
-rw-r--r--chrome/browser/views/SConscript17
2 files changed, 38 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'):
diff --git a/chrome/browser/views/SConscript b/chrome/browser/views/SConscript
index 48b8f86..aec22cd 100644
--- a/chrome/browser/views/SConscript
+++ b/chrome/browser/views/SConscript
@@ -64,8 +64,10 @@ input_files = [
'download_item_view.cc',
'download_shelf_view.cc',
'download_started_animation.cc',
+ 'download_tab_view.cc',
'edit_keyword_controller.cc',
'event_utils.cc',
+ 'external_protocol_dialog.cc',
'first_run_bubble.cc',
'first_run_customize_view.cc',
'first_run_view.cc',
@@ -94,6 +96,12 @@ input_files = [
'keyword_editor_view.cc',
'location_bar_view.cc',
'login_view.cc',
+ 'old_frames/frame_view.cc',
+ 'old_frames/point_buffer.cc',
+ 'old_frames/simple_vista_frame.cc',
+ 'old_frames/simple_xp_frame.cc',
+ 'old_frames/vista_frame.cc',
+ 'old_frames/xp_frame.cc',
'options/advanced_contents_view.cc',
'options/advanced_page_view.cc',
'options/content_page_view.cc',
@@ -106,6 +114,7 @@ input_files = [
'options/options_group_view.cc',
'options/options_page_view.cc',
'options/options_window_view.cc',
+ 'page_info_window.cc',
'password_manager_view.cc',
'restart_message_box.cc',
'sad_tab_view.cc',
@@ -113,10 +122,18 @@ input_files = [
'shell_dialogs.cc',
'star_toggle.cc',
'status_bubble.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',
'tab_icon_view.cc',
+ 'tab_contents_container_view.cc',
'theme_helpers.cc',
'toolbar_star_toggle.cc',
'toolbar_view.cc',
+ 'user_data_dir_dialog.cc',
]
env.ChromeStaticLibrary('browser_views', input_files)