| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'renderer_host/save_file_resource_handler.cc', | 108 'renderer_host/save_file_resource_handler.cc', |
| 109 'renderer_host/sync_resource_handler.cc', | 109 'renderer_host/sync_resource_handler.cc', |
| 110 'renderer_security_policy.cc', | 110 'renderer_security_policy.cc', |
| 111 'safe_browsing/bloom_filter.cc', | 111 'safe_browsing/bloom_filter.cc', |
| 112 'safe_browsing/chunk_range.cc', | 112 'safe_browsing/chunk_range.cc', |
| 113 'safe_browsing/protocol_parser.cc', | 113 'safe_browsing/protocol_parser.cc', |
| 114 'safe_browsing/safe_browsing_database.cc', | 114 'safe_browsing/safe_browsing_database.cc', |
| 115 'safe_browsing/safe_browsing_database_bloom.cc', | 115 'safe_browsing/safe_browsing_database_bloom.cc', |
| 116 'safe_browsing/safe_browsing_database_impl.cc', | 116 'safe_browsing/safe_browsing_database_impl.cc', |
| 117 'safe_browsing/safe_browsing_util.cc', | 117 'safe_browsing/safe_browsing_util.cc', |
| 118 'search_engines/template_url.cc', |
| 119 'search_engines/template_url_model.cc', |
| 120 'search_engines/template_url_parser.cc', |
| 118 'session_startup_pref.cc', | 121 'session_startup_pref.cc', |
| 119 'sessions/session_command.cc', | 122 'sessions/session_command.cc', |
| 120 'sessions/session_id.cc', | 123 'sessions/session_id.cc', |
| 121 'spellcheck_worditerator.cc', | 124 'spellcheck_worditerator.cc', |
| 122 'spellchecker.cc', | 125 'spellchecker.cc', |
| 123 'ssl_error_info.cc', | 126 'ssl_error_info.cc', |
| 124 'template_url.cc', | |
| 125 'template_url_model.cc', | |
| 126 'template_url_parser.cc', | |
| 127 'url_fetcher.cc', | 127 'url_fetcher.cc', |
| 128 'url_fetcher_protect.cc', | 128 'url_fetcher_protect.cc', |
| 129 'user_metrics.cc', | 129 'user_metrics.cc', |
| 130 'webdata/web_database.cc', | 130 'webdata/web_database.cc', |
| 131 ]) | 131 ]) |
| 132 | 132 |
| 133 if env.Bit('windows'): | 133 if env.Bit('windows'): |
| 134 # TODO: Port these. | 134 # TODO: Port these. |
| 135 input_files.extend([ | 135 input_files.extend([ |
| 136 'autofill_manager.cc', | 136 'autofill_manager.cc', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'render_widget_host.cc', | 252 'render_widget_host.cc', |
| 253 'renderer_host/cross_site_resource_handler.cc', | 253 'renderer_host/cross_site_resource_handler.cc', |
| 254 'renderer_host/resource_dispatcher_host.cc', | 254 'renderer_host/resource_dispatcher_host.cc', |
| 255 'repost_form_warning_dialog.cc', | 255 'repost_form_warning_dialog.cc', |
| 256 'resource_message_filter.cc', | 256 'resource_message_filter.cc', |
| 257 'rlz/rlz.cc', | 257 'rlz/rlz.cc', |
| 258 'safe_browsing/protocol_manager.cc', | 258 'safe_browsing/protocol_manager.cc', |
| 259 'safe_browsing/safe_browsing_blocking_page.cc', | 259 'safe_browsing/safe_browsing_blocking_page.cc', |
| 260 'safe_browsing/safe_browsing_service.cc', | 260 'safe_browsing/safe_browsing_service.cc', |
| 261 'sandbox_policy.cc', | 261 'sandbox_policy.cc', |
| 262 'search_engines/template_url_fetcher.cc', |
| 263 'search_engines/template_url_prepopulate_data.cc', |
| 262 'sessions/base_session_service.cc', | 264 'sessions/base_session_service.cc', |
| 263 'sessions/session_backend.cc', | 265 'sessions/session_backend.cc', |
| 264 'sessions/session_restore.cc', | 266 'sessions/session_restore.cc', |
| 265 'sessions/session_service.cc', | 267 'sessions/session_service.cc', |
| 266 'sessions/session_types.cc', | 268 'sessions/session_types.cc', |
| 267 'sessions/tab_restore_service.cc', | 269 'sessions/tab_restore_service.cc', |
| 268 'shell_integration.cc', | 270 'shell_integration.cc', |
| 269 'ssl_blocking_page.cc', | 271 'ssl_blocking_page.cc', |
| 270 'ssl_manager.cc', | 272 'ssl_manager.cc', |
| 271 'ssl_policy.cc', | 273 'ssl_policy.cc', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 284 'tab_contents/tab_util.cc', | 286 'tab_contents/tab_util.cc', |
| 285 'tab_contents/view_source_contents.cc', | 287 'tab_contents/view_source_contents.cc', |
| 286 'tab_contents/web_contents.cc', | 288 'tab_contents/web_contents.cc', |
| 287 'tab_contents/web_contents_view.cc', | 289 'tab_contents/web_contents_view.cc', |
| 288 'tab_contents/web_drag_source.cc', | 290 'tab_contents/web_drag_source.cc', |
| 289 'tab_contents/web_drop_target.cc', | 291 'tab_contents/web_drop_target.cc', |
| 290 'tabs/tab_strip_model.cc', | 292 'tabs/tab_strip_model.cc', |
| 291 'tabs/tab_strip_model_order_controller.cc', | 293 'tabs/tab_strip_model_order_controller.cc', |
| 292 'task_manager.cc', | 294 'task_manager.cc', |
| 293 'task_manager_resource_providers.cc', | 295 'task_manager_resource_providers.cc', |
| 294 'template_url_fetcher.cc', | |
| 295 'template_url_prepopulate_data.cc', | |
| 296 'toolbar_model.cc', | 296 'toolbar_model.cc', |
| 297 'url_fixer_upper.cc', | 297 'url_fixer_upper.cc', |
| 298 'user_data_manager.cc', | 298 'user_data_manager.cc', |
| 299 'visitedlink_master.cc', | 299 'visitedlink_master.cc', |
| 300 'web_app.cc', | 300 'web_app.cc', |
| 301 'web_app_icon_manager.cc', | 301 'web_app_icon_manager.cc', |
| 302 'web_app_launcher.cc', | 302 'web_app_launcher.cc', |
| 303 'webdata/web_data_service.cc', | 303 'webdata/web_data_service.cc', |
| 304 'window_sizer.cc', | 304 'window_sizer.cc', |
| 305 ]) | 305 ]) |
| (...skipping 18 matching lines...) Expand all Loading... |
| 324 env.ChromeLibrary('browser', input_files) | 324 env.ChromeLibrary('browser', input_files) |
| 325 | 325 |
| 326 env.ChromeMSVSProject('$CHROME_DIR/browser/browser.vcproj', | 326 env.ChromeMSVSProject('$CHROME_DIR/browser/browser.vcproj', |
| 327 dependencies = [ | 327 dependencies = [ |
| 328 '$LIBXML_DIR/build/libxml_config.vcproj', | 328 '$LIBXML_DIR/build/libxml_config.vcproj', |
| 329 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj', | 329 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj', |
| 330 '$NET_DIR/build/net_resources.vcproj', | 330 '$NET_DIR/build/net_resources.vcproj', |
| 331 '$CHROME_DIR/app/generated_resources.vcproj', | 331 '$CHROME_DIR/app/generated_resources.vcproj', |
| 332 ], | 332 ], |
| 333 guid='{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}') | 333 guid='{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}') |
| OLD | NEW |