summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/browser.scons175
1 files changed, 86 insertions, 89 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 353f0b0..8f60fb4 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -39,98 +39,95 @@ if env.Bit('windows'):
input_files = []
-input_files.extend([
- 'autocomplete/keyword_provider.cc',
- 'automation/automation_resource_tracker.cc',
- 'automation/url_request_failed_dns_job.cc',
- 'automation/url_request_mock_http_job.cc',
- 'automation/url_request_mock_net_error_job.cc',
- 'automation/url_request_slow_download_job.cc',
- 'bookmarks/bookmark_codec.cc',
- 'bookmarks/bookmark_html_writer.cc',
- 'browser_process.cc',
- 'browser_trial.cc',
- 'cancelable_request.cc',
- 'chrome_plugin_browsing_context.cc',
- 'chrome_thread.cc',
- 'cross_site_request_manager.cc',
- 'dom_ui/chrome_url_data_manager.cc',
- 'download/save_file.cc',
- 'extensions/extension.cc',
- 'extensions/extensions_service.cc',
- 'extensions/user_script_master.cc',
- 'google_url_tracker.cc',
- 'google_util.cc',
- 'history/archived_database.cc',
- 'history/download_database.cc',
- 'history/expire_history_backend.cc',
- 'history/history_backend.cc',
- 'history/history_database.cc',
- 'history/history_types.cc',
- 'history/in_memory_database.cc',
- 'history/in_memory_history_backend.cc',
- 'history/page_usage_data.cc',
- 'history/query_parser.cc',
- 'history/snippet.cc',
- 'history/starred_url_database.cc',
- 'history/text_database.cc',
- 'history/text_database_manager.cc',
- 'history/thumbnail_database.cc',
- 'history/url_database.cc',
- 'history/visit_database.cc',
- 'history/visit_tracker.cc',
- 'history/visitsegment_database.cc',
- 'history_model.cc',
- 'importer/firefox2_importer.cc',
- 'importer/firefox3_importer.cc',
- 'importer/firefox_profile_lock.cc',
- 'importer/mork_reader.cc',
- 'meta_table_helper.cc',
- 'metrics/metrics_log.cc',
- 'metrics/metrics_response.cc',
- 'metrics/user_metrics.cc',
- 'net/chrome_url_request_context.cc',
- 'net/dns_host_info.cc',
- 'net/referrer.cc',
- 'net/sdch_dictionary_fetcher.cc',
- 'page_state.cc',
- 'printing/page_number.cc',
- 'printing/page_range.cc',
- 'printing/page_setup.cc',
- 'printing/units.cc',
- 'tab_contents/provisional_load_details.cc',
- 'renderer_host/async_resource_handler.cc',
- 'renderer_host/buffered_resource_handler.cc',
- 'renderer_host/download_resource_handler.cc',
- 'renderer_host/download_throttling_resource_handler.cc',
- 'renderer_host/safe_browsing_resource_handler.cc',
- 'renderer_host/save_file_resource_handler.cc',
- 'renderer_host/sync_resource_handler.cc',
- 'renderer_security_policy.cc',
- 'safe_browsing/bloom_filter.cc',
- 'safe_browsing/chunk_range.cc',
- 'safe_browsing/protocol_parser.cc',
- 'safe_browsing/safe_browsing_database.cc',
- 'safe_browsing/safe_browsing_database_bloom.cc',
- 'safe_browsing/safe_browsing_database_impl.cc',
- 'safe_browsing/safe_browsing_util.cc',
- 'search_engines/template_url.cc',
- 'search_engines/template_url_model.cc',
- 'search_engines/template_url_parser.cc',
- 'session_startup_pref.cc',
- 'sessions/session_command.cc',
- 'sessions/session_id.cc',
- 'spellcheck_worditerator.cc',
- 'ssl/ssl_error_info.cc',
- 'url_fetcher.cc',
- 'url_fetcher_protect.cc',
- 'webdata/web_database.cc',
-
-])
-
if not env.Bit('mac'):
+ # TODO: Port to Mac.
input_files.extend([
+ 'autocomplete/keyword_provider.cc',
+ 'automation/automation_resource_tracker.cc',
+ 'automation/url_request_failed_dns_job.cc',
+ 'automation/url_request_mock_http_job.cc',
+ 'automation/url_request_mock_net_error_job.cc',
+ 'automation/url_request_slow_download_job.cc',
+ 'bookmarks/bookmark_codec.cc',
+ 'bookmarks/bookmark_html_writer.cc',
+ 'browser_process.cc',
+ 'browser_trial.cc',
+ 'cancelable_request.cc',
+ 'chrome_plugin_browsing_context.cc',
+ 'chrome_thread.cc',
+ 'cross_site_request_manager.cc',
+ 'dom_ui/chrome_url_data_manager.cc',
+ 'download/save_file.cc',
+ 'extensions/extension.cc',
+ 'extensions/extensions_service.cc',
+ 'extensions/user_script_master.cc',
+ 'google_url_tracker.cc',
+ 'google_util.cc',
+ 'history/archived_database.cc',
+ 'history/download_database.cc',
+ 'history/expire_history_backend.cc',
+ 'history/history_backend.cc',
+ 'history/history_database.cc',
+ 'history/history_types.cc',
+ 'history/in_memory_database.cc',
+ 'history/in_memory_history_backend.cc',
+ 'history/page_usage_data.cc',
+ 'history/query_parser.cc',
+ 'history/snippet.cc',
+ 'history/starred_url_database.cc',
+ 'history/text_database.cc',
+ 'history/text_database_manager.cc',
+ 'history/thumbnail_database.cc',
+ 'history/url_database.cc',
+ 'history/visit_database.cc',
+ 'history/visit_tracker.cc',
+ 'history/visitsegment_database.cc',
+ 'history_model.cc',
+ 'importer/firefox2_importer.cc',
+ 'importer/firefox3_importer.cc',
+ 'importer/firefox_profile_lock.cc',
+ 'importer/mork_reader.cc',
+ 'meta_table_helper.cc',
+ 'metrics/metrics_log.cc',
+ 'metrics/metrics_response.cc',
+ 'metrics/user_metrics.cc',
+ 'net/chrome_url_request_context.cc',
+ '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',
+ 'printing/page_setup.cc',
+ 'printing/units.cc',
+ 'tab_contents/provisional_load_details.cc',
+ 'renderer_host/async_resource_handler.cc',
+ 'renderer_host/buffered_resource_handler.cc',
+ 'renderer_host/download_resource_handler.cc',
+ 'renderer_host/download_throttling_resource_handler.cc',
+ 'renderer_host/safe_browsing_resource_handler.cc',
+ 'renderer_host/save_file_resource_handler.cc',
+ 'renderer_host/sync_resource_handler.cc',
+ 'renderer_security_policy.cc',
+ 'safe_browsing/bloom_filter.cc',
+ 'safe_browsing/chunk_range.cc',
+ 'safe_browsing/protocol_parser.cc',
+ 'safe_browsing/safe_browsing_database.cc',
+ 'safe_browsing/safe_browsing_database_bloom.cc',
+ 'safe_browsing/safe_browsing_database_impl.cc',
+ 'safe_browsing/safe_browsing_util.cc',
+ 'search_engines/template_url.cc',
+ 'search_engines/template_url_model.cc',
+ 'search_engines/template_url_parser.cc',
+ 'session_startup_pref.cc',
+ 'sessions/session_command.cc',
+ 'sessions/session_id.cc',
+ 'spellcheck_worditerator.cc',
'spellchecker.cc',
+ 'ssl/ssl_error_info.cc',
+ 'webdata/web_database.cc',
])
if env.Bit('windows'):