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

Side by Side Diff: chrome/browser/browser.scons

Issue 14504: Get render_process_host to build on Linux by butchering a bunch of files. (Closed)
Patch Set: re-upload Created 11 years, 11 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
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 env.SConscript([ 9 env.SConscript([
10 '$CHROME_DIR/third_party/hunspell/using_hunspell.scons', 10 '$CHROME_DIR/third_party/hunspell/using_hunspell.scons',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'net/sdch_dictionary_fetcher.cc', 95 'net/sdch_dictionary_fetcher.cc',
96 'net/url_fetcher.cc', 96 'net/url_fetcher.cc',
97 'net/url_fetcher_protect.cc', 97 'net/url_fetcher_protect.cc',
98 'page_state.cc', 98 'page_state.cc',
99 'printing/page_number.cc', 99 'printing/page_number.cc',
100 'printing/page_range.cc', 100 'printing/page_range.cc',
101 'printing/page_setup.cc', 101 'printing/page_setup.cc',
102 'printing/units.cc', 102 'printing/units.cc',
103 'tab_contents/provisional_load_details.cc', 103 'tab_contents/provisional_load_details.cc',
104 'renderer_host/async_resource_handler.cc', 104 'renderer_host/async_resource_handler.cc',
105 'renderer_host/browser_render_process_host.cc',
105 'renderer_host/buffered_resource_handler.cc', 106 'renderer_host/buffered_resource_handler.cc',
106 'renderer_host/download_resource_handler.cc', 107 'renderer_host/download_resource_handler.cc',
107 'renderer_host/download_throttling_resource_handler.cc', 108 'renderer_host/download_throttling_resource_handler.cc',
109 'renderer_host/render_process_host.cc',
108 'renderer_host/safe_browsing_resource_handler.cc', 110 'renderer_host/safe_browsing_resource_handler.cc',
109 'renderer_host/save_file_resource_handler.cc', 111 'renderer_host/save_file_resource_handler.cc',
110 'renderer_host/sync_resource_handler.cc', 112 'renderer_host/sync_resource_handler.cc',
111 'renderer_security_policy.cc', 113 'renderer_security_policy.cc',
112 'safe_browsing/bloom_filter.cc', 114 'safe_browsing/bloom_filter.cc',
113 'safe_browsing/chunk_range.cc', 115 'safe_browsing/chunk_range.cc',
114 'safe_browsing/protocol_parser.cc', 116 'safe_browsing/protocol_parser.cc',
115 'safe_browsing/safe_browsing_database.cc', 117 'safe_browsing/safe_browsing_database.cc',
116 'safe_browsing/safe_browsing_database_bloom.cc', 118 'safe_browsing/safe_browsing_database_bloom.cc',
117 'safe_browsing/safe_browsing_database_impl.cc', 119 'safe_browsing/safe_browsing_database_impl.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'printing/win_printing_context.cc', 249 'printing/win_printing_context.cc',
248 'profile.cc', 250 'profile.cc',
249 'profile_manager.cc', 251 'profile_manager.cc',
250 'render_view_context_menu.cc', 252 'render_view_context_menu.cc',
251 'render_view_context_menu_controller.cc', 253 'render_view_context_menu_controller.cc',
252 'render_view_host.cc', 254 'render_view_host.cc',
253 'render_view_host_manager.cc', 255 'render_view_host_manager.cc',
254 'render_widget_helper.cc', 256 'render_widget_helper.cc',
255 'render_widget_host.cc', 257 'render_widget_host.cc',
256 'renderer_host/cross_site_resource_handler.cc', 258 'renderer_host/cross_site_resource_handler.cc',
257 'renderer_host/render_process_host.cc',
258 'renderer_host/browser_render_process_host.cc',
259 'renderer_host/resource_dispatcher_host.cc', 259 'renderer_host/resource_dispatcher_host.cc',
260 'repost_form_warning_dialog.cc', 260 'repost_form_warning_dialog.cc',
261 'resource_message_filter.cc', 261 'resource_message_filter.cc',
262 'rlz/rlz.cc', 262 'rlz/rlz.cc',
263 'safe_browsing/protocol_manager.cc', 263 'safe_browsing/protocol_manager.cc',
264 'safe_browsing/safe_browsing_blocking_page.cc', 264 'safe_browsing/safe_browsing_blocking_page.cc',
265 'safe_browsing/safe_browsing_service.cc', 265 'safe_browsing/safe_browsing_service.cc',
266 'sandbox_policy.cc', 266 'sandbox_policy.cc',
267 'search_engines/template_url_fetcher.cc', 267 'search_engines/template_url_fetcher.cc',
268 'search_engines/template_url_prepopulate_data.cc', 268 'search_engines/template_url_prepopulate_data.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 env.ChromeLibrary('browser', input_files) 328 env.ChromeLibrary('browser', input_files)
329 329
330 env.ChromeMSVSProject('$CHROME_DIR/browser/browser.vcproj', 330 env.ChromeMSVSProject('$CHROME_DIR/browser/browser.vcproj',
331 dependencies = [ 331 dependencies = [
332 '$LIBXML_DIR/build/libxml_config.vcproj', 332 '$LIBXML_DIR/build/libxml_config.vcproj',
333 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj', 333 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj',
334 '$NET_DIR/build/net_resources.vcproj', 334 '$NET_DIR/build/net_resources.vcproj',
335 '$CHROME_DIR/app/generated_resources.vcproj', 335 '$CHROME_DIR/app/generated_resources.vcproj',
336 ], 336 ],
337 guid='{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}') 337 guid='{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698