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

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

Issue 19746: Remove old web app code it's no longer needed. Simplifies startup a little. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'shell_integration.cc', 135 'shell_integration.cc',
136 'shell_integration.h', 136 'shell_integration.h',
137 'spellcheck_worditerator.cc', 137 'spellcheck_worditerator.cc',
138 'spellcheck_worditerator.h', 138 'spellcheck_worditerator.h',
139 'spellchecker.cc', 139 'spellchecker.cc',
140 'spellchecker.h', 140 'spellchecker.h',
141 'user_data_manager.cc', 141 'user_data_manager.cc',
142 'user_data_manager.h', 142 'user_data_manager.h',
143 'visitedlink_master.cc', 143 'visitedlink_master.cc',
144 'visitedlink_master.h', 144 'visitedlink_master.h',
145 'web_app.cc',
146 'web_app.h',
147 'web_app_launcher.cc',
148 'web_app_launcher.h',
149 ]), 145 ]),
150 MSVSFilter('Bookmarks', [ 146 MSVSFilter('Bookmarks', [
151 'bookmarks/bookmark_codec.cc', 147 'bookmarks/bookmark_codec.cc',
152 'bookmarks/bookmark_codec.h', 148 'bookmarks/bookmark_codec.h',
153 'bookmarks/bookmark_context_menu.cc', 149 'bookmarks/bookmark_context_menu.cc',
154 'bookmarks/bookmark_context_menu.h', 150 'bookmarks/bookmark_context_menu.h',
155 'bookmarks/bookmark_drag_data.cc', 151 'bookmarks/bookmark_drag_data.cc',
156 'bookmarks/bookmark_drag_data.h', 152 'bookmarks/bookmark_drag_data.h',
157 'bookmarks/bookmark_drop_info.cc', 153 'bookmarks/bookmark_drop_info.cc',
158 'bookmarks/bookmark_drop_info.h', 154 'bookmarks/bookmark_drop_info.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'load_notification_details.h', 191 'load_notification_details.h',
196 'login_prompt.cc', 192 'login_prompt.cc',
197 'login_prompt.h', 193 'login_prompt.h',
198 'options_window.h', 194 'options_window.h',
199 'repost_form_warning_dialog.cc', 195 'repost_form_warning_dialog.cc',
200 'repost_form_warning_dialog.h', 196 'repost_form_warning_dialog.h',
201 'task_manager.cc', 197 'task_manager.cc',
202 'task_manager.h', 198 'task_manager.h',
203 'task_manager_resource_providers.cc', 199 'task_manager_resource_providers.cc',
204 'task_manager_resource_providers.h', 200 'task_manager_resource_providers.h',
205 'web_app_icon_manager.cc',
206 'web_app_icon_manager.h',
207 'window_sizer.cc', 201 'window_sizer.cc',
208 'window_sizer.h', 202 'window_sizer.h',
209 ]), 203 ]),
210 MSVSFilter('Destination', [ 204 MSVSFilter('Destination', [
211 'base_history_model.cc', 205 'base_history_model.cc',
212 'base_history_model.h', 206 'base_history_model.h',
213 'views/download_tab_view.cc', 207 'views/download_tab_view.cc',
214 'views/download_tab_view.h', 208 'views/download_tab_view.h',
215 'history_model.cc', 209 'history_model.cc',
216 'history_model.h', 210 'history_model.h',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'tab_contents/view_source_contents.cc', 798 'tab_contents/view_source_contents.cc',
805 'tab_contents/web_contents.cc', 799 'tab_contents/web_contents.cc',
806 'tab_contents/web_contents_view.cc', 800 'tab_contents/web_contents_view.cc',
807 'tab_contents/web_drag_source.cc', 801 'tab_contents/web_drag_source.cc',
808 'tab_contents/web_drop_target.cc', 802 'tab_contents/web_drop_target.cc',
809 'task_manager.cc', 803 'task_manager.cc',
810 'task_manager_resource_providers.cc', 804 'task_manager_resource_providers.cc',
811 'toolbar_model.cc', 805 'toolbar_model.cc',
812 'user_data_manager.cc', 806 'user_data_manager.cc',
813 'views/download_tab_view.cc', 807 'views/download_tab_view.cc',
814 'web_app.cc',
815 'web_app_icon_manager.cc',
816 'web_app_launcher.cc',
817 'window_sizer.cc', 808 'window_sizer.cc',
818 ) 809 )
819 810
820 input_files.Remove( 811 input_files.Remove(
821 'browser_main_win.cc', 812 'browser_main_win.cc',
822 'importer/firefox_profile_lock_win.cc', 813 'importer/firefox_profile_lock_win.cc',
823 'js_before_unload_handler_win.cc', 814 'js_before_unload_handler_win.cc',
824 'jsmessage_box_handler_win.cc', 815 'jsmessage_box_handler_win.cc',
825 'password_manager/password_form_manager_win.cc', 816 'password_manager/password_form_manager_win.cc',
826 'renderer_host/render_widget_host_view_win.cc', 817 'renderer_host/render_widget_host_view_win.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 930
940 xmldoc_tool_list = [ 931 xmldoc_tool_list = [
941 MSVSTool('VCCLCompilerTool', 932 MSVSTool('VCCLCompilerTool',
942 XMLDocumentationFileName=('$(IntDir)/$(InputName)1.xdc'), 933 XMLDocumentationFileName=('$(IntDir)/$(InputName)1.xdc'),
943 ObjectFile='$(IntDir)/$(InputName)1.obj'), 934 ObjectFile='$(IntDir)/$(InputName)1.obj'),
944 ] 935 ]
945 936
946 for filename in xmldoc_files: 937 for filename in xmldoc_files:
947 p.AddFileConfig(filename, 'Debug|Win32', xmldoc_tool_list) 938 p.AddFileConfig(filename, 'Debug|Win32', xmldoc_tool_list)
948 p.AddFileConfig(filename, 'Release|Win32', xmldoc_tool_list) 939 p.AddFileConfig(filename, 'Release|Win32', xmldoc_tool_list)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698