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/common | |
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/common')
-rw-r--r-- | chrome/common/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/SConscript b/chrome/common/SConscript index ee658a3..7cc8c4d 100644 --- a/chrome/common/SConscript +++ b/chrome/common/SConscript @@ -105,6 +105,7 @@ if env['PLATFORM'] == 'win32': 'logging_chrome.cc', 'message_router.cc', 'net/url_request_intercept_job.cc', + 'notification_registrar.cc', 'os_exchange_data.cc', 'plugin_messages.cc', 'pref_service.cc', |