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/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/views/SConscript')
-rw-r--r-- | chrome/views/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/views/SConscript b/chrome/views/SConscript index a34067d..3963a77 100644 --- a/chrome/views/SConscript +++ b/chrome/views/SConscript @@ -52,8 +52,6 @@ input_files = [ 'event.cc', 'external_focus_tracker.cc', 'focus_manager.cc', - # This was in the Visual Studio build, but seems unnecessary. - #'focus_manager_unittest.cc', 'grid_layout.cc', 'group_table_view.cc', 'hwnd_view.cc', |