Index: chrome/browser/browser.scons |
=================================================================== |
--- chrome/browser/browser.scons (revision 8165) |
+++ chrome/browser/browser.scons (working copy) |
@@ -95,6 +95,8 @@ |
'net/dns_host_info.cc', |
'net/referrer.cc', |
'net/sdch_dictionary_fetcher.cc', |
+ 'net/url_fetcher.cc', |
+ 'net/url_fetcher_protect.cc', |
'page_state.cc', |
'printing/page_number.cc', |
'printing/page_range.cc', |
@@ -125,8 +127,6 @@ |
'spellcheck_worditerator.cc', |
'spellchecker.cc', |
'ssl/ssl_error_info.cc', |
- 'url_fetcher.cc', |
- 'url_fetcher_protect.cc', |
'webdata/web_database.cc', |
]) |
@@ -223,6 +223,7 @@ |
'net/dns_global.cc', |
'net/dns_master.cc', |
'net/dns_slave.cc', |
+ 'net/url_fixer_upper.cc', |
'google_update.cc', |
'password_manager/encryptor.cc', |
'password_manager/ie7_password.cc', |
@@ -294,7 +295,6 @@ |
'task_manager.cc', |
'task_manager_resource_providers.cc', |
'toolbar_model.cc', |
- 'url_fixer_upper.cc', |
'user_data_manager.cc', |
'visitedlink_master.cc', |
'web_app.cc', |