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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'renderer_security_policy.cc', | 99 'renderer_security_policy.cc', |
100 'safe_browsing/bloom_filter.cc', | 100 'safe_browsing/bloom_filter.cc', |
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 'ssl_error_info.cc', | |
110 'template_url.cc', | |
111 'template_url_model.cc', | |
112 'template_url_parser.cc', | 109 'template_url_parser.cc', |
113 'url_fetcher.cc', | |
114 'url_fetcher_protect.cc', | 110 'url_fetcher_protect.cc', |
115 'user_metrics.cc', | 111 'user_metrics.cc', |
116 'webdata/web_database.cc', | 112 'webdata/web_database.cc', |
117 ]) | 113 ]) |
118 | 114 |
119 if env['PLATFORM'] == 'win32': | 115 if env['PLATFORM'] == 'win32': |
120 # TODO: Port these. | 116 # TODO: Port these. |
121 input_files.extend([ | 117 input_files.extend([ |
122 'autofill_manager.cc', | 118 'autofill_manager.cc', |
123 'about_internets_status_view.cc', | 119 'about_internets_status_view.cc', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'sessions/session_id.cc', | 253 'sessions/session_id.cc', |
258 'sessions/session_restore.cc', | 254 'sessions/session_restore.cc', |
259 'sessions/session_service.cc', | 255 'sessions/session_service.cc', |
260 'sessions/session_types.cc', | 256 'sessions/session_types.cc', |
261 'sessions/tab_restore_service.cc', | 257 'sessions/tab_restore_service.cc', |
262 'shell_integration.cc', | 258 'shell_integration.cc', |
263 'site_instance.cc', | 259 'site_instance.cc', |
264 'spellcheck_worditerator.cc', | 260 'spellcheck_worditerator.cc', |
265 'spellchecker.cc', | 261 'spellchecker.cc', |
266 'ssl_blocking_page.cc', | 262 'ssl_blocking_page.cc', |
| 263 'ssl_error_info.cc', |
267 'ssl_manager.cc', | 264 'ssl_manager.cc', |
268 'ssl_policy.cc', | 265 'ssl_policy.cc', |
269 'status_view.cc', | 266 'status_view.cc', |
270 'suspend_controller.cc', | 267 'suspend_controller.cc', |
271 'tab_contents.cc', | 268 'tab_contents.cc', |
272 'tab_contents_factory.cc', | 269 'tab_contents_factory.cc', |
273 'tab_util.cc', | 270 'tab_util.cc', |
274 'tabs/tab_strip_model.cc', | 271 'tabs/tab_strip_model.cc', |
275 'tabs/tab_strip_model_order_controller.cc', | 272 'tabs/tab_strip_model_order_controller.cc', |
276 'task_manager.cc', | 273 'task_manager.cc', |
277 'task_manager_resource_providers.cc', | 274 'task_manager_resource_providers.cc', |
| 275 'template_url.cc', |
278 'template_url_fetcher.cc', | 276 'template_url_fetcher.cc', |
| 277 'template_url_model.cc', |
279 'template_url_prepopulate_data.cc', | 278 'template_url_prepopulate_data.cc', |
280 'toolbar_model.cc', | 279 '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 |