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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/SConscript.unit_tests ('k') | chrome/browser/download/download_exe.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 9
10 env.Prepend( 10 env.Prepend(
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 input_files = [] 58 input_files = []
59 59
60 if env['PLATFORM'] in ('posix', 'win32'): 60 if env['PLATFORM'] in ('posix', 'win32'):
61 # TODO: Port to Mac. 61 # TODO: Port to Mac.
62 input_files.extend([ 62 input_files.extend([
63 'browser_process.cc', 63 'browser_process.cc',
64 'cancelable_request.cc', 64 'cancelable_request.cc',
65 'chrome_thread.cc', 65 'chrome_thread.cc',
66 'cross_site_request_manager.cc', 66 'cross_site_request_manager.cc',
67 'download/download_exe.cc',
68 'download/save_file.cc',
67 'google_url_tracker.cc', 69 'google_url_tracker.cc',
68 'google_util.cc', 70 'google_util.cc',
71 'history/archived_database.cc',
72 'history/history_types.cc',
73 'history/in_memory_database.cc',
74 'history/in_memory_history_backend.cc',
75 'history/page_usage_data.cc',
76 'history/snippet.cc',
77 'history/text_database.cc',
78 'history/text_database_manager.cc',
79 'history/thumbnail_database.cc',
80 'history/visit_database.cc',
81 'history/visit_tracker.cc',
82 'history/visitsegment_database.cc',
69 'meta_table_helper.cc', 83 'meta_table_helper.cc',
70 'metrics_response.cc', 84 'metrics_response.cc',
71 'net/dns_host_info.cc', 85 'net/dns_host_info.cc',
72 'page_state.cc', 86 'page_state.cc',
73 'printing/page_number.cc', 87 'printing/page_number.cc',
74 'printing/page_setup.cc', 88 'printing/page_setup.cc',
75 'printing/page_range.cc', 89 'printing/page_range.cc',
76 'printing/units.cc', 90 'printing/units.cc',
77 'renderer_security_policy.cc', 91 'renderer_security_policy.cc',
78 'safe_browsing/bloom_filter.cc', 92 'safe_browsing/bloom_filter.cc',
79 'safe_browsing/chunk_range.cc', 93 'safe_browsing/chunk_range.cc',
80 'safe_browsing/protocol_parser.cc', 94 'safe_browsing/protocol_parser.cc',
95 'safe_browsing/safe_browsing_database.cc',
96 'safe_browsing/safe_browsing_service.cc',
81 'safe_browsing/safe_browsing_util.cc', 97 'safe_browsing/safe_browsing_util.cc',
82 'session_startup_pref.cc', 98 'session_startup_pref.cc',
83 'url_fetcher_protect.cc', 99 'url_fetcher_protect.cc',
84 'user_metrics.cc', 100 'user_metrics.cc',
85 ]) 101 ])
86 102
87 if env['PLATFORM'] == 'win32': 103 if env['PLATFORM'] == 'win32':
88 # TODO: Port these. 104 # TODO: Port these.
89 input_files.extend([ 105 input_files.extend([
90 'about_internets_status_view.cc', 106 'about_internets_status_view.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'external_protocol_handler.cc', 170 'external_protocol_handler.cc',
155 'external_tab_container.cc', 171 'external_tab_container.cc',
156 'fav_icon_helper.cc', 172 'fav_icon_helper.cc',
157 'find_in_page_controller.cc', 173 'find_in_page_controller.cc',
158 'find_in_page_view.cc', 174 'find_in_page_view.cc',
159 'first_run.cc', 175 'first_run.cc',
160 'frame_util.cc', 176 'frame_util.cc',
161 'gears_integration.cc', 177 'gears_integration.cc',
162 'hang_monitor/hung_plugin_action.cc', 178 'hang_monitor/hung_plugin_action.cc',
163 'hang_monitor/hung_window_detector.cc', 179 'hang_monitor/hung_window_detector.cc',
164 'history/archived_database.cc',
165 'history/download_database.cc', 180 'history/download_database.cc',
166 'history/expire_history_backend.cc', 181 'history/expire_history_backend.cc',
167 'history/history.cc', 182 'history/history.cc',
168 'history/history_backend.cc', 183 'history/history_backend.cc',
169 'history/history_database.cc', 184 'history/history_database.cc',
170 'history/history_types.cc',
171 'history/in_memory_database.cc',
172 'history/in_memory_history_backend.cc',
173 'history/page_usage_data.cc',
174 'history/query_parser.cc', 185 'history/query_parser.cc',
175 'history/snippet.cc',
176 'history/starred_url_database.cc', 186 'history/starred_url_database.cc',
177 'history/text_database.cc',
178 'history/text_database_manager.cc',
179 'history/thumbnail_database.cc',
180 'history/url_database.cc', 187 'history/url_database.cc',
181 'history/visit_database.cc',
182 'history/visit_tracker.cc',
183 'history/visitsegment_database.cc',
184 'history_model.cc', 188 'history_model.cc',
185 'history_tab_ui.cc', 189 'history_tab_ui.cc',
186 'history_view.cc', 190 'history_view.cc',
187 'icon_loader.cc', 191 'icon_loader.cc',
188 'icon_manager.cc', 192 'icon_manager.cc',
189 'ie7_password.cc', 193 'ie7_password.cc',
190 'ime_input.cc', 194 'ime_input.cc',
191 'importer/firefox2_importer.cc', 195 'importer/firefox2_importer.cc',
192 'importer/firefox3_importer.cc', 196 'importer/firefox3_importer.cc',
193 'importer/firefox_importer_utils.cc', 197 'importer/firefox_importer_utils.cc',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 298
295 if env['PLATFORM'] in ('posix', 'win32'): 299 if env['PLATFORM'] in ('posix', 'win32'):
296 # TODO: This should work for all platforms. 300 # TODO: This should work for all platforms.
297 env.ChromeStaticLibrary('browser', input_files) 301 env.ChromeStaticLibrary('browser', input_files)
298 302
299 303
300 if env['PLATFORM'] == 'win32': 304 if env['PLATFORM'] == 'win32':
301 # TODO: Port this. 305 # TODO: Port this.
302 SConscript('debugger/SConscript', exports=['env']) 306 SConscript('debugger/SConscript', exports=['env'])
303 307
OLDNEW
« 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