OLD | NEW |
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 env.SConscript([ | 9 env.SConscript([ |
10 '$CHROME_DIR/third_party/hunspell/using_hunspell.scons', | 10 '$CHROME_DIR/third_party/hunspell/using_hunspell.scons', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'safe_browsing/chunk_range.cc', | 101 'safe_browsing/chunk_range.cc', |
102 'safe_browsing/protocol_parser.cc', | 102 'safe_browsing/protocol_parser.cc', |
103 'safe_browsing/safe_browsing_database.cc', | 103 'safe_browsing/safe_browsing_database.cc', |
104 'safe_browsing/safe_browsing_database_bloom.cc', | 104 'safe_browsing/safe_browsing_database_bloom.cc', |
105 'safe_browsing/safe_browsing_database_impl.cc', | 105 'safe_browsing/safe_browsing_database_impl.cc', |
106 'safe_browsing/safe_browsing_service.cc', | 106 'safe_browsing/safe_browsing_service.cc', |
107 'safe_browsing/safe_browsing_util.cc', | 107 'safe_browsing/safe_browsing_util.cc', |
108 'session_startup_pref.cc', | 108 'session_startup_pref.cc', |
109 'spellcheck_worditerator.cc', | 109 'spellcheck_worditerator.cc', |
110 'spellchecker.cc', | 110 'spellchecker.cc', |
| 111 'ssl_error_info.cc', |
| 112 'template_url.cc', |
| 113 'template_url_model.cc', |
111 'template_url_parser.cc', | 114 'template_url_parser.cc', |
| 115 'url_fetcher.cc', |
112 'url_fetcher_protect.cc', | 116 'url_fetcher_protect.cc', |
113 'user_metrics.cc', | 117 'user_metrics.cc', |
114 'webdata/web_database.cc', | 118 'webdata/web_database.cc', |
115 ]) | 119 ]) |
116 | 120 |
117 if env['PLATFORM'] == 'win32': | 121 if env['PLATFORM'] == 'win32': |
118 # TODO: Port these. | 122 # TODO: Port these. |
119 input_files.extend([ | 123 input_files.extend([ |
120 'autofill_manager.cc', | 124 'autofill_manager.cc', |
121 'about_internets_status_view.cc', | 125 'about_internets_status_view.cc', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'sessions/session_backend.cc', | 257 'sessions/session_backend.cc', |
254 'sessions/session_command.cc', | 258 'sessions/session_command.cc', |
255 'sessions/session_id.cc', | 259 'sessions/session_id.cc', |
256 'sessions/session_restore.cc', | 260 'sessions/session_restore.cc', |
257 'sessions/session_service.cc', | 261 'sessions/session_service.cc', |
258 'sessions/session_types.cc', | 262 'sessions/session_types.cc', |
259 'sessions/tab_restore_service.cc', | 263 'sessions/tab_restore_service.cc', |
260 'shell_integration.cc', | 264 'shell_integration.cc', |
261 'site_instance.cc', | 265 'site_instance.cc', |
262 'ssl_blocking_page.cc', | 266 'ssl_blocking_page.cc', |
263 'ssl_error_info.cc', | |
264 'ssl_manager.cc', | 267 'ssl_manager.cc', |
265 'ssl_policy.cc', | 268 'ssl_policy.cc', |
266 'status_view.cc', | 269 'status_view.cc', |
267 'suspend_controller.cc', | 270 'suspend_controller.cc', |
268 'tab_contents.cc', | 271 'tab_contents.cc', |
269 'tab_contents_factory.cc', | 272 'tab_contents_factory.cc', |
270 'tab_util.cc', | 273 'tab_util.cc', |
271 'tabs/tab_strip_model.cc', | 274 'tabs/tab_strip_model.cc', |
272 'tabs/tab_strip_model_order_controller.cc', | 275 'tabs/tab_strip_model_order_controller.cc', |
273 'task_manager.cc', | 276 'task_manager.cc', |
274 'task_manager_resource_providers.cc', | 277 'task_manager_resource_providers.cc', |
275 'template_url.cc', | |
276 'template_url_fetcher.cc', | 278 'template_url_fetcher.cc', |
277 'template_url_model.cc', | |
278 'template_url_prepopulate_data.cc', | 279 'template_url_prepopulate_data.cc', |
279 'toolbar_model.cc', | 280 'toolbar_model.cc', |
280 'url_fetcher.cc', | |
281 'url_fixer_upper.cc', | 281 'url_fixer_upper.cc', |
282 'user_data_manager.cc', | 282 'user_data_manager.cc', |
283 'view_source_contents.cc', | 283 'view_source_contents.cc', |
284 'visitedlink_master.cc', | 284 'visitedlink_master.cc', |
285 'web_app.cc', | 285 'web_app.cc', |
286 'web_app_icon_manager.cc', | 286 'web_app_icon_manager.cc', |
287 'web_app_launcher.cc', | 287 'web_app_launcher.cc', |
288 'web_contents.cc', | 288 'web_contents.cc', |
289 'web_contents_view.cc', | 289 'web_contents_view.cc', |
290 'web_drag_source.cc', | 290 'web_drag_source.cc', |
291 'web_drop_target.cc', | 291 'web_drop_target.cc', |
292 'webdata/web_data_service.cc', | 292 'webdata/web_data_service.cc', |
293 'window_sizer.cc', | 293 'window_sizer.cc', |
294 ]) | 294 ]) |
295 | 295 |
296 env.TypeLibrary('history/history_indexer.idl') | 296 env.TypeLibrary('history/history_indexer.idl') |
297 | 297 |
298 input_files.extend([ | 298 input_files.extend([ |
299 'web_contents_view_win.cc', | 299 'web_contents_view_win.cc', |
300 'render_widget_host_view_win.cc', | 300 'render_widget_host_view_win.cc', |
301 ]) | 301 ]) |
302 | 302 |
303 | 303 |
304 if env['PLATFORM'] in ('posix', 'win32'): | 304 if env['PLATFORM'] in ('posix', 'win32'): |
305 # TODO: This should work for all platforms. | 305 # TODO: This should work for all platforms. |
306 env.ChromeStaticLibrary('browser', input_files) | 306 env.ChromeStaticLibrary('browser', input_files) |
OLD | NEW |