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

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

Issue 18305: Move url_* to net subdir (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/browser.vcproj » ('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 env.SConscript([ 9 env.SConscript([
10 '$CHROME_DIR/third_party/hunspell/using_hunspell.scons', 10 '$CHROME_DIR/third_party/hunspell/using_hunspell.scons',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'importer/firefox_profile_lock.cc', 88 'importer/firefox_profile_lock.cc',
89 'importer/mork_reader.cc', 89 'importer/mork_reader.cc',
90 'meta_table_helper.cc', 90 'meta_table_helper.cc',
91 'metrics/metrics_log.cc', 91 'metrics/metrics_log.cc',
92 'metrics/metrics_response.cc', 92 'metrics/metrics_response.cc',
93 'metrics/user_metrics.cc', 93 'metrics/user_metrics.cc',
94 'net/chrome_url_request_context.cc', 94 'net/chrome_url_request_context.cc',
95 'net/dns_host_info.cc', 95 'net/dns_host_info.cc',
96 'net/referrer.cc', 96 'net/referrer.cc',
97 'net/sdch_dictionary_fetcher.cc', 97 'net/sdch_dictionary_fetcher.cc',
98 'net/url_fetcher.cc',
99 'net/url_fetcher_protect.cc',
98 'page_state.cc', 100 'page_state.cc',
99 'printing/page_number.cc', 101 'printing/page_number.cc',
100 'printing/page_range.cc', 102 'printing/page_range.cc',
101 'printing/page_setup.cc', 103 'printing/page_setup.cc',
102 'printing/units.cc', 104 'printing/units.cc',
103 'tab_contents/provisional_load_details.cc', 105 'tab_contents/provisional_load_details.cc',
104 'renderer_host/async_resource_handler.cc', 106 'renderer_host/async_resource_handler.cc',
105 'renderer_host/buffered_resource_handler.cc', 107 'renderer_host/buffered_resource_handler.cc',
106 'renderer_host/download_resource_handler.cc', 108 'renderer_host/download_resource_handler.cc',
107 'renderer_host/download_throttling_resource_handler.cc', 109 'renderer_host/download_throttling_resource_handler.cc',
(...skipping 10 matching lines...) Expand all
118 'safe_browsing/safe_browsing_util.cc', 120 'safe_browsing/safe_browsing_util.cc',
119 'search_engines/template_url.cc', 121 'search_engines/template_url.cc',
120 'search_engines/template_url_model.cc', 122 'search_engines/template_url_model.cc',
121 'search_engines/template_url_parser.cc', 123 'search_engines/template_url_parser.cc',
122 'session_startup_pref.cc', 124 'session_startup_pref.cc',
123 'sessions/session_command.cc', 125 'sessions/session_command.cc',
124 'sessions/session_id.cc', 126 'sessions/session_id.cc',
125 'spellcheck_worditerator.cc', 127 'spellcheck_worditerator.cc',
126 'spellchecker.cc', 128 'spellchecker.cc',
127 'ssl/ssl_error_info.cc', 129 'ssl/ssl_error_info.cc',
128 'url_fetcher.cc',
129 'url_fetcher_protect.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',
137 'alternate_nav_url_fetcher.cc', 137 'alternate_nav_url_fetcher.cc',
138 'app_modal_dialog_queue.cc', 138 'app_modal_dialog_queue.cc',
139 'autocomplete/autocomplete.cc', 139 'autocomplete/autocomplete.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'jankometer.cc', 216 'jankometer.cc',
217 'js_before_unload_handler.cc', 217 'js_before_unload_handler.cc',
218 'jsmessage_box_handler.cc', 218 'jsmessage_box_handler.cc',
219 'login_prompt.cc', 219 'login_prompt.cc',
220 'memory_details.cc', 220 'memory_details.cc',
221 'metrics/metrics_service.cc', 221 'metrics/metrics_service.cc',
222 'modal_html_dialog_delegate.cc', 222 'modal_html_dialog_delegate.cc',
223 'net/dns_global.cc', 223 'net/dns_global.cc',
224 'net/dns_master.cc', 224 'net/dns_master.cc',
225 'net/dns_slave.cc', 225 'net/dns_slave.cc',
226 'net/url_fixer_upper.cc',
226 'google_update.cc', 227 'google_update.cc',
227 'password_manager/encryptor.cc', 228 'password_manager/encryptor.cc',
228 'password_manager/ie7_password.cc', 229 'password_manager/ie7_password.cc',
229 'password_manager/password_form_manager.cc', 230 'password_manager/password_form_manager.cc',
230 'password_manager/password_manager.cc', 231 'password_manager/password_manager.cc',
231 'plugin_installer.cc', 232 'plugin_installer.cc',
232 'plugin_process_host.cc', 233 'plugin_process_host.cc',
233 'plugin_service.cc', 234 'plugin_service.cc',
234 'printing/page_overlays.cc', 235 'printing/page_overlays.cc',
235 'printing/print_job.cc', 236 'printing/print_job.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'tab_contents/view_source_contents.cc', 288 'tab_contents/view_source_contents.cc',
288 'tab_contents/web_contents.cc', 289 'tab_contents/web_contents.cc',
289 'tab_contents/web_contents_view.cc', 290 'tab_contents/web_contents_view.cc',
290 'tab_contents/web_drag_source.cc', 291 'tab_contents/web_drag_source.cc',
291 'tab_contents/web_drop_target.cc', 292 'tab_contents/web_drop_target.cc',
292 'tabs/tab_strip_model.cc', 293 'tabs/tab_strip_model.cc',
293 'tabs/tab_strip_model_order_controller.cc', 294 'tabs/tab_strip_model_order_controller.cc',
294 'task_manager.cc', 295 'task_manager.cc',
295 'task_manager_resource_providers.cc', 296 'task_manager_resource_providers.cc',
296 'toolbar_model.cc', 297 'toolbar_model.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 ])
306 306
307 env.TypeLibrary('history/history_indexer.idl') 307 env.TypeLibrary('history/history_indexer.idl')
(...skipping 16 matching lines...) Expand all
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}')
OLDNEW
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/browser.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698