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

Side by Side Diff: chrome/browser/SConscript

Issue 1868: Moves bookmark related classes into bookmarks directory. There are no... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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/SConscript.unit_tests ('k') | chrome/browser/autocomplete/autocomplete.cc » ('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 9
10 env.Prepend( 10 env.Prepend(
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'automation/automation_provider_list.cc', 67 'automation/automation_provider_list.cc',
68 'automation/automation_resource_tracker.cc', 68 'automation/automation_resource_tracker.cc',
69 'automation/ui_controls.cc', 69 'automation/ui_controls.cc',
70 'automation/url_request_failed_dns_job.cc', 70 'automation/url_request_failed_dns_job.cc',
71 'automation/url_request_mock_http_job.cc', 71 'automation/url_request_mock_http_job.cc',
72 'automation/url_request_mock_net_error_job.cc', 72 'automation/url_request_mock_net_error_job.cc',
73 'automation/url_request_slow_download_job.cc', 73 'automation/url_request_slow_download_job.cc',
74 'back_forward_menu_model.cc', 74 'back_forward_menu_model.cc',
75 'base_history_model.cc', 75 'base_history_model.cc',
76 'bookmark_bar_context_menu_controller.cc', 76 'bookmark_bar_context_menu_controller.cc',
77 'bookmark_bar_model.cc', 77 'bookmarks/bookmark_bar_model.cc',
78 'bookmark_codec.cc', 78 'bookmarks/bookmark_codec.cc',
79 'bookmark_storage.cc', 79 'bookmarks/bookmark_storage.cc',
80 'bookmark_drag_data.cc', 80 'bookmarks/bookmark_drag_data.cc',
81 'browser.cc', 81 'browser.cc',
82 'browser_about_handler.cc', 82 'browser_about_handler.cc',
83 'browser_commands.cc', 83 'browser_commands.cc',
84 'browser_init.cc', 84 'browser_init.cc',
85 'browser_list.cc', 85 'browser_list.cc',
86 'browser_main.cc', 86 'browser_main.cc',
87 'browser_prefs.cc', 87 'browser_prefs.cc',
88 'browser_process.cc', 88 'browser_process.cc',
89 'browser_process_impl.cc', 89 'browser_process_impl.cc',
90 'browser_shutdown.cc', 90 'browser_shutdown.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'window_sizer.cc', 293 'window_sizer.cc',
294 'wizard/wizard.cc', 294 'wizard/wizard.cc',
295 'xp_frame.cc', 295 'xp_frame.cc',
296 ] 296 ]
297 297
298 env.ChromeStaticLibrary('browser', input_files) 298 env.ChromeStaticLibrary('browser', input_files)
299 299
300 300
301 SConscript('debugger/SConscript', exports=['env']) 301 SConscript('debugger/SConscript', exports=['env'])
302 302
OLDNEW
« no previous file with comments | « chrome/SConscript.unit_tests ('k') | chrome/browser/autocomplete/autocomplete.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698