Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2318)

Unified Diff: chrome/browser/browser.scons

Issue 18305: Move url_* to net subdir (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/browser.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/browser.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698