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

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

Issue 20296: Remember that we've white listed a certificate when we switch to a new tab.... (Closed) Base URL: svn://svn.chromium.org/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
« no previous file with comments | « no previous file | chrome/browser/browser.vcproj » ('j') | chrome/browser/profile.cc » ('J')
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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'metrics/metrics_service.cc', 622 'metrics/metrics_service.cc',
623 'metrics/metrics_service.h', 623 'metrics/metrics_service.h',
624 'metrics/user_metrics.cc', 624 'metrics/user_metrics.cc',
625 'metrics/user_metrics.h', 625 'metrics/user_metrics.h',
626 ]), 626 ]),
627 MSVSFilter('SSL', [ 627 MSVSFilter('SSL', [
628 'ssl/ssl_blocking_page.cc', 628 'ssl/ssl_blocking_page.cc',
629 'ssl/ssl_blocking_page.h', 629 'ssl/ssl_blocking_page.h',
630 'ssl/ssl_error_info.cc', 630 'ssl/ssl_error_info.cc',
631 'ssl/ssl_error_info.h', 631 'ssl/ssl_error_info.h',
632 'ssl/ssl_host_state.cc',
633 'ssl/ssl_host_state.h',
632 'ssl/ssl_manager.cc', 634 'ssl/ssl_manager.cc',
633 'ssl/ssl_manager.h', 635 'ssl/ssl_manager.h',
634 'ssl/ssl_policy.cc', 636 'ssl/ssl_policy.cc',
635 'ssl/ssl_policy.h', 637 'ssl/ssl_policy.h',
636 ]), 638 ]),
637 'browser_trial.cc', 639 'browser_trial.cc',
638 'browser_trial.h', 640 'browser_trial.h',
639 'cert_store.cc', 641 'cert_store.cc',
640 'cert_store.h', 642 'cert_store.h',
641 'chrome_plugin_browsing_context.cc', 643 'chrome_plugin_browsing_context.cc',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'sandbox_policy.cc', 766 'sandbox_policy.cc',
765 'search_engines/template_url_fetcher.cc', 767 'search_engines/template_url_fetcher.cc',
766 'sessions/base_session_service.cc', 768 'sessions/base_session_service.cc',
767 'sessions/session_backend.cc', 769 'sessions/session_backend.cc',
768 'sessions/session_restore.cc', 770 'sessions/session_restore.cc',
769 'sessions/session_service.cc', 771 'sessions/session_service.cc',
770 'sessions/session_types.cc', 772 'sessions/session_types.cc',
771 'sessions/tab_restore_service.cc', 773 'sessions/tab_restore_service.cc',
772 'shell_integration.cc', 774 'shell_integration.cc',
773 'ssl/ssl_blocking_page.cc', 775 'ssl/ssl_blocking_page.cc',
776 'ssl/ssl_host_state.cc',
774 'ssl/ssl_manager.cc', 777 'ssl/ssl_manager.cc',
775 'ssl/ssl_policy.cc', 778 'ssl/ssl_policy.cc',
776 'tab_contents/infobar_delegate.cc', 779 'tab_contents/infobar_delegate.cc',
777 'tab_contents/interstitial_page.cc', 780 'tab_contents/interstitial_page.cc',
778 'tab_contents/ipc_status_view.cc', 781 'tab_contents/ipc_status_view.cc',
779 'tab_contents/native_ui_contents.cc', 782 'tab_contents/native_ui_contents.cc',
780 'tab_contents/navigation_controller.cc', 783 'tab_contents/navigation_controller.cc',
781 'tab_contents/network_status_view.cc', 784 'tab_contents/network_status_view.cc',
782 'tab_contents/render_view_context_menu.cc', 785 'tab_contents/render_view_context_menu.cc',
783 'tab_contents/render_view_context_menu_controller.cc', 786 'tab_contents/render_view_context_menu_controller.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 'net/url_fetcher_protect.cc', 916 'net/url_fetcher_protect.cc',
914 'net/url_fixer_upper.cc', 917 'net/url_fixer_upper.cc',
915 'password_manager/encryptor.cc', 918 'password_manager/encryptor.cc',
916 'search_engines/template_url.cc', 919 'search_engines/template_url.cc',
917 'search_engines/template_url_fetcher.cc', 920 'search_engines/template_url_fetcher.cc',
918 'search_engines/template_url_model.cc', 921 'search_engines/template_url_model.cc',
919 'search_engines/template_url_parser.cc', 922 'search_engines/template_url_parser.cc',
920 'search_engines/template_url_prepopulate_data.cc', 923 'search_engines/template_url_prepopulate_data.cc',
921 'ssl/ssl_blocking_page.cc', 924 'ssl/ssl_blocking_page.cc',
922 'ssl/ssl_error_info.cc', 925 'ssl/ssl_error_info.cc',
926 'ssl/ssl_host_state.cc',
923 'ssl/ssl_manager.cc', 927 'ssl/ssl_manager.cc',
924 'ssl/ssl_policy.cc', 928 'ssl/ssl_policy.cc',
925 'tab_contents/interstitial_page.cc', 929 'tab_contents/interstitial_page.cc',
926 'tab_contents/native_ui_contents.cc', 930 'tab_contents/native_ui_contents.cc',
927 'tab_contents/navigation_controller.cc', 931 'tab_contents/navigation_controller.cc',
928 'tab_contents/navigation_entry.cc', 932 'tab_contents/navigation_entry.cc',
929 'tab_contents/provisional_load_details.cc', 933 'tab_contents/provisional_load_details.cc',
930 'tab_contents/site_instance.cc', 934 'tab_contents/site_instance.cc',
931 'tab_contents/web_drag_source.cc', 935 'tab_contents/web_drag_source.cc',
932 'tab_contents/web_drop_target.cc', 936 'tab_contents/web_drop_target.cc',
933 ] 937 ]
934 938
935 xmldoc_tool_list = [ 939 xmldoc_tool_list = [
936 MSVSTool('VCCLCompilerTool', 940 MSVSTool('VCCLCompilerTool',
937 XMLDocumentationFileName=('$(IntDir)/$(InputName)1.xdc'), 941 XMLDocumentationFileName=('$(IntDir)/$(InputName)1.xdc'),
938 ObjectFile='$(IntDir)/$(InputName)1.obj'), 942 ObjectFile='$(IntDir)/$(InputName)1.obj'),
939 ] 943 ]
940 944
941 for filename in xmldoc_files: 945 for filename in xmldoc_files:
942 p.AddFileConfig(filename, 'Debug|Win32', xmldoc_tool_list) 946 p.AddFileConfig(filename, 'Debug|Win32', xmldoc_tool_list)
943 p.AddFileConfig(filename, 'Release|Win32', xmldoc_tool_list) 947 p.AddFileConfig(filename, 'Release|Win32', xmldoc_tool_list)
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser.vcproj » ('j') | chrome/browser/profile.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698