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

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

Issue 19028: Roll forward 8722,8721 (Closed)
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
« no previous file with comments | « base/file_util.cc ('k') | chrome/browser/renderer_host/browser_render_process_host.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 env.SConscript([ 9 env.SConscript([
10 '$CHROME_DIR/third_party/hunspell/using_hunspell.scons', 10 '$CHROME_DIR/third_party/hunspell/using_hunspell.scons',
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'tab_contents/web_contents_view.cc', 812 'tab_contents/web_contents_view.cc',
813 'tab_contents/web_drag_source.cc', 813 'tab_contents/web_drag_source.cc',
814 'tab_contents/web_drop_target.cc', 814 'tab_contents/web_drop_target.cc',
815 'tabs/tab_strip_model.cc', 815 'tabs/tab_strip_model.cc',
816 'tabs/tab_strip_model_order_controller.cc', 816 'tabs/tab_strip_model_order_controller.cc',
817 'task_manager.cc', 817 'task_manager.cc',
818 'task_manager_resource_providers.cc', 818 'task_manager_resource_providers.cc',
819 'toolbar_model.cc', 819 'toolbar_model.cc',
820 'user_data_manager.cc', 820 'user_data_manager.cc',
821 'views/download_tab_view.cc', 821 'views/download_tab_view.cc',
822 'visitedlink_master.cc',
823 'web_app.cc', 822 'web_app.cc',
824 'web_app_icon_manager.cc', 823 'web_app_icon_manager.cc',
825 'web_app_launcher.cc', 824 'web_app_launcher.cc',
826 'window_sizer.cc', 825 'window_sizer.cc',
827 ) 826 )
828 827
829 input_files.Remove( 828 input_files.Remove(
830 'browser_main_win.cc', 829 'browser_main_win.cc',
831 'importer/firefox_profile_lock_win.cc', 830 'importer/firefox_profile_lock_win.cc',
832 'password_manager/password_form_manager_win.cc', 831 'password_manager/password_form_manager_win.cc',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 941
943 xmldoc_tool_list = [ 942 xmldoc_tool_list = [
944 MSVSTool('VCCLCompilerTool', 943 MSVSTool('VCCLCompilerTool',
945 XMLDocumentationFileName=('$(IntDir)/$(InputName)1.xdc'), 944 XMLDocumentationFileName=('$(IntDir)/$(InputName)1.xdc'),
946 ObjectFile='$(IntDir)/$(InputName)1.obj'), 945 ObjectFile='$(IntDir)/$(InputName)1.obj'),
947 ] 946 ]
948 947
949 for filename in xmldoc_files: 948 for filename in xmldoc_files:
950 p.AddFileConfig(filename, 'Debug|Win32', xmldoc_tool_list) 949 p.AddFileConfig(filename, 'Debug|Win32', xmldoc_tool_list)
951 p.AddFileConfig(filename, 'Release|Win32', xmldoc_tool_list) 950 p.AddFileConfig(filename, 'Release|Win32', xmldoc_tool_list)
OLDNEW
« no previous file with comments | « base/file_util.cc ('k') | chrome/browser/renderer_host/browser_render_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698