summaryrefslogtreecommitdiffstats
path: root/chrome/browser/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/SConscript')
-rw-r--r--chrome/browser/SConscript27
1 files changed, 15 insertions, 12 deletions
diff --git a/chrome/browser/SConscript b/chrome/browser/SConscript
index 3c1a499..f6709c0 100644
--- a/chrome/browser/SConscript
+++ b/chrome/browser/SConscript
@@ -64,8 +64,21 @@ if env['PLATFORM'] in ('posix', 'win32'):
'cancelable_request.cc',
'chrome_thread.cc',
'cross_site_request_manager.cc',
+ 'download/save_file.cc',
'google_url_tracker.cc',
'google_util.cc',
+ 'history/archived_database.cc',
+ 'history/history_types.cc',
+ 'history/in_memory_database.cc',
+ 'history/in_memory_history_backend.cc',
+ 'history/page_usage_data.cc',
+ 'history/snippet.cc',
+ 'history/text_database.cc',
+ 'history/text_database_manager.cc',
+ 'history/thumbnail_database.cc',
+ 'history/visit_database.cc',
+ 'history/visit_tracker.cc',
+ 'history/visitsegment_database.cc',
'meta_table_helper.cc',
'metrics_response.cc',
'net/dns_host_info.cc',
@@ -78,6 +91,8 @@ if env['PLATFORM'] in ('posix', 'win32'):
'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_service.cc',
'safe_browsing/safe_browsing_util.cc',
'session_startup_pref.cc',
'url_fetcher_protect.cc',
@@ -161,26 +176,14 @@ if env['PLATFORM'] == 'win32':
'gears_integration.cc',
'hang_monitor/hung_plugin_action.cc',
'hang_monitor/hung_window_detector.cc',
- 'history/archived_database.cc',
'history/download_database.cc',
'history/expire_history_backend.cc',
'history/history.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',
'history_tab_ui.cc',
'history_view.cc',