diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-26 23:50:21 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-26 23:50:21 +0000 |
commit | 0a509159a4ac5802e7f7c471637f7625a487d333 (patch) | |
tree | 5ccaeefd3d986fd3446800e9e9ff33876b545146 /chrome/browser/views/SConscript | |
parent | 92db537b4746c329ba9ed15b028f9a33f5fb09e4 (diff) | |
download | chromium_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/views/SConscript')
-rw-r--r-- | chrome/browser/views/SConscript | 17 |
1 files changed, 17 insertions, 0 deletions
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) |