diff options
Diffstat (limited to 'chrome/browser/browser.scons')
-rw-r--r-- | chrome/browser/browser.scons | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons index 40599fb4..30e7a91 100644 --- a/chrome/browser/browser.scons +++ b/chrome/browser/browser.scons @@ -106,7 +106,11 @@ if env['PLATFORM'] in ('posix', 'win32'): 'safe_browsing/safe_browsing_service.cc', 'safe_browsing/safe_browsing_util.cc', 'session_startup_pref.cc', + 'ssl_error_info.cc', + 'template_url.cc', + 'template_url_model.cc', 'template_url_parser.cc', + 'url_fetcher.cc', 'url_fetcher_protect.cc', 'user_metrics.cc', 'webdata/web_database.cc', @@ -260,7 +264,6 @@ if env['PLATFORM'] == 'win32': 'spellcheck_worditerator.cc', 'spellchecker.cc', 'ssl_blocking_page.cc', - 'ssl_error_info.cc', 'ssl_manager.cc', 'ssl_policy.cc', 'status_view.cc', @@ -272,12 +275,9 @@ if env['PLATFORM'] == 'win32': 'tabs/tab_strip_model_order_controller.cc', 'task_manager.cc', 'task_manager_resource_providers.cc', - 'template_url.cc', 'template_url_fetcher.cc', - 'template_url_model.cc', 'template_url_prepopulate_data.cc', 'toolbar_model.cc', - 'url_fetcher.cc', 'url_fixer_upper.cc', 'user_data_manager.cc', 'view_source_contents.cc', |