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

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

Issue 9471: Adds import/export of bookmarks to bookmarks.html file.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'automation/automation_provider_list.cc', 112 'automation/automation_provider_list.cc',
113 'automation/automation_resource_tracker.cc', 113 'automation/automation_resource_tracker.cc',
114 'automation/ui_controls.cc', 114 'automation/ui_controls.cc',
115 'back_forward_menu_model.cc', 115 'back_forward_menu_model.cc',
116 'base_history_model.cc', 116 'base_history_model.cc',
117 'bookmarks/bookmark_codec.cc', 117 'bookmarks/bookmark_codec.cc',
118 'bookmarks/bookmark_context_menu.cc', 118 'bookmarks/bookmark_context_menu.cc',
119 'bookmarks/bookmark_drag_data.cc', 119 'bookmarks/bookmark_drag_data.cc',
120 'bookmarks/bookmark_drop_info.cc', 120 'bookmarks/bookmark_drop_info.cc',
121 'bookmarks/bookmark_folder_tree_model.cc', 121 'bookmarks/bookmark_folder_tree_model.cc',
122 'bookmarks/bookmark_html_writer.cc',
122 'bookmarks/bookmark_model.cc', 123 'bookmarks/bookmark_model.cc',
123 'bookmarks/bookmark_storage.cc', 124 'bookmarks/bookmark_storage.cc',
124 'bookmarks/bookmark_table_model.cc', 125 'bookmarks/bookmark_table_model.cc',
125 'bookmarks/bookmark_utils.cc', 126 'bookmarks/bookmark_utils.cc',
126 'browser.cc', 127 'browser.cc',
127 'browser_about_handler.cc', 128 'browser_about_handler.cc',
128 'browser_accessibility.cc', 129 'browser_accessibility.cc',
129 'browser_accessibility_manager.cc', 130 'browser_accessibility_manager.cc',
130 'browser_commands.cc', 131 'browser_commands.cc',
131 'browser_init.cc', 132 'browser_init.cc',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 293
293 input_files.extend([ 294 input_files.extend([
294 'web_contents_view_win.cc', 295 'web_contents_view_win.cc',
295 'render_widget_host_view_win.cc', 296 'render_widget_host_view_win.cc',
296 ]) 297 ])
297 298
298 299
299 if env['PLATFORM'] in ('posix', 'win32'): 300 if env['PLATFORM'] in ('posix', 'win32'):
300 # TODO: This should work for all platforms. 301 # TODO: This should work for all platforms.
301 env.ChromeStaticLibrary('browser', input_files) 302 env.ChromeStaticLibrary('browser', input_files)
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_html_writer_unittest.cc ('k') | chrome/browser/browser.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698