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

Unified Diff: chrome/browser/SConscript

Issue 4247: Port some things in browser/{download,history}, minor things in common.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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/SConscript.unit_tests ('k') | chrome/browser/download/download_exe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/SConscript
===================================================================
--- chrome/browser/SConscript (revision 2786)
+++ chrome/browser/SConscript (working copy)
@@ -64,8 +64,22 @@
'cancelable_request.cc',
'chrome_thread.cc',
'cross_site_request_manager.cc',
+ 'download/download_exe.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 +92,8 @@
'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 +177,14 @@
'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',
« no previous file with comments | « chrome/SConscript.unit_tests ('k') | chrome/browser/download/download_exe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698