diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 14:40:29 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 14:40:29 +0000 |
commit | bd974b6c13642d8c98496fc1fc06ddff1665b4ac (patch) | |
tree | b76bf23bc6d980243f1fe6bea2439d517023c53b /chrome/browser/browser.scons | |
parent | c1699d622840092bd367ce5764e33c986e58c33c (diff) | |
download | chromium_src-bd974b6c13642d8c98496fc1fc06ddff1665b4ac.zip chromium_src-bd974b6c13642d8c98496fc1fc06ddff1665b4ac.tar.gz chromium_src-bd974b6c13642d8c98496fc1fc06ddff1665b4ac.tar.bz2 |
add a few files that now compile
Review URL: http://codereview.chromium.org/13062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.scons')
-rw-r--r-- | chrome/browser/browser.scons | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons index 0fb01b3..c29cc02 100644 --- a/chrome/browser/browser.scons +++ b/chrome/browser/browser.scons @@ -62,6 +62,7 @@ if env['PLATFORM'] in ('posix', 'win32'): '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', @@ -74,18 +75,20 @@ if env['PLATFORM'] in ('posix', 'win32'): 'history/text_database_manager.cc', 'history/thumbnail_database.cc', 'history/query_parser.cc', + 'history/starred_url_database.cc', + 'history/url_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', - 'net/sdch_dictionary_fetcher.cc', 'net/referrer.cc', + 'net/sdch_dictionary_fetcher.cc', 'page_state.cc', 'printing/page_number.cc', - 'printing/page_setup.cc', 'printing/page_range.cc', + 'printing/page_setup.cc', 'printing/units.cc', 'renderer_security_policy.cc', 'safe_browsing/bloom_filter.cc', @@ -179,11 +182,8 @@ if env['PLATFORM'] == 'win32': 'greasemonkey_master.cc', 'hang_monitor/hung_plugin_action.cc', 'hang_monitor/hung_window_detector.cc', - 'history/download_database.cc', 'history/history.cc', 'history/history_publisher.cc', - 'history/starred_url_database.cc', - 'history/url_database.cc', 'history_model.cc', 'history_tab_ui.cc', 'history_view.cc', |