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

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

Issue 18722: Revert r8560 due to broken interactive_ui_tests (Closed) Base URL: svn://chrome-svn.corp.google.com/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
« no previous file with comments | « chrome/browser/bookmarks/bookmark_utils.h ('k') | chrome/common/common.scons » ('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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 # TODO: Port these. 666 # TODO: Port these.
667 input_files.Remove( 667 input_files.Remove(
668 'autofill_manager.cc', 668 'autofill_manager.cc',
669 'alternate_nav_url_fetcher.cc', 669 'alternate_nav_url_fetcher.cc',
670 'app_modal_dialog_queue.cc', 670 'app_modal_dialog_queue.cc',
671 'autocomplete/autocomplete.cc', 671 'autocomplete/autocomplete.cc',
672 'autocomplete/autocomplete_accessibility.cc', 672 'autocomplete/autocomplete_accessibility.cc',
673 'autocomplete/autocomplete_edit.cc', 673 'autocomplete/autocomplete_edit.cc',
674 'autocomplete/autocomplete_popup.cc', 674 'autocomplete/autocomplete_popup.cc',
675 'autocomplete/edit_drop_target.cc', 675 'autocomplete/edit_drop_target.cc',
676 'autocomplete/history_contents_provider.cc',
676 'autocomplete/history_url_provider.cc', 677 'autocomplete/history_url_provider.cc',
677 'autocomplete/search_provider.cc', 678 'autocomplete/search_provider.cc',
678 'automation/automation_provider.cc', 679 'automation/automation_provider.cc',
679 'automation/automation_provider_list.cc', 680 'automation/automation_provider_list.cc',
680 'automation/ui_controls.cc', 681 'automation/ui_controls.cc',
681 'back_forward_menu_model.cc', 682 'back_forward_menu_model.cc',
683 'base_history_model.cc',
682 'bookmarks/bookmark_context_menu.cc', 684 'bookmarks/bookmark_context_menu.cc',
683 'bookmarks/bookmark_drag_data.cc', 685 'bookmarks/bookmark_drag_data.cc',
684 'bookmarks/bookmark_drop_info.cc', 686 'bookmarks/bookmark_drop_info.cc',
687 'bookmarks/bookmark_folder_tree_model.cc',
685 'bookmarks/bookmark_model.cc', 688 'bookmarks/bookmark_model.cc',
686 'bookmarks/bookmark_storage.cc', 689 'bookmarks/bookmark_storage.cc',
690 'bookmarks/bookmark_table_model.cc',
687 'bookmarks/bookmark_utils.cc', 691 'bookmarks/bookmark_utils.cc',
688 'browser.cc', 692 'browser.cc',
689 'browser_about_handler.cc', 693 'browser_about_handler.cc',
690 'browser_accessibility.cc', 694 'browser_accessibility.cc',
691 'browser_accessibility_manager.cc', 695 'browser_accessibility_manager.cc',
692 'browser_init.cc', 696 'browser_init.cc',
693 'browser_list.cc', 697 'browser_list.cc',
694 'browser_main.cc', 698 'browser_main.cc',
695 'browser_prefs.cc', 699 'browser_prefs.cc',
696 'browser_process_impl.cc', 700 'browser_process_impl.cc',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 946
943 xmldoc_tool_list = [ 947 xmldoc_tool_list = [
944 MSVSTool('VCCLCompilerTool', 948 MSVSTool('VCCLCompilerTool',
945 XMLDocumentationFileName=('$(IntDir)/$(InputName)1.xdc'), 949 XMLDocumentationFileName=('$(IntDir)/$(InputName)1.xdc'),
946 ObjectFile='$(IntDir)/$(InputName)1.obj'), 950 ObjectFile='$(IntDir)/$(InputName)1.obj'),
947 ] 951 ]
948 952
949 for filename in xmldoc_files: 953 for filename in xmldoc_files:
950 p.AddFileConfig(filename, 'Debug|Win32', xmldoc_tool_list) 954 p.AddFileConfig(filename, 'Debug|Win32', xmldoc_tool_list)
951 p.AddFileConfig(filename, 'Release|Win32', xmldoc_tool_list) 955 p.AddFileConfig(filename, 'Release|Win32', xmldoc_tool_list)
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_utils.h ('k') | chrome/common/common.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698