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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7111013: Move most of the core SSL code from chrome to content. The UI code that's specific to Chrome (i.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 'browser/spellcheck_message_filter.h', 1895 'browser/spellcheck_message_filter.h',
1896 'browser/spellchecker_linux.cc', 1896 'browser/spellchecker_linux.cc',
1897 'browser/spellchecker_mac.mm', 1897 'browser/spellchecker_mac.mm',
1898 'browser/spellchecker_platform_engine.h', 1898 'browser/spellchecker_platform_engine.h',
1899 'browser/spellchecker_win.cc', 1899 'browser/spellchecker_win.cc',
1900 'browser/ssl/ssl_add_cert_handler.cc', 1900 'browser/ssl/ssl_add_cert_handler.cc',
1901 'browser/ssl/ssl_add_cert_handler.h', 1901 'browser/ssl/ssl_add_cert_handler.h',
1902 'browser/ssl/ssl_add_cert_handler_mac.mm', 1902 'browser/ssl/ssl_add_cert_handler_mac.mm',
1903 'browser/ssl/ssl_blocking_page.cc', 1903 'browser/ssl/ssl_blocking_page.cc',
1904 'browser/ssl/ssl_blocking_page.h', 1904 'browser/ssl/ssl_blocking_page.h',
1905 'browser/ssl/ssl_cert_error_handler.cc',
1906 'browser/ssl/ssl_cert_error_handler.h',
1907 'browser/ssl/ssl_client_auth_handler.cc',
1908 'browser/ssl/ssl_client_auth_handler.h',
1909 'browser/ssl/ssl_client_auth_notification_details.cc',
1910 'browser/ssl/ssl_client_auth_notification_details.h',
1911 'browser/ssl/ssl_error_handler.cc',
1912 'browser/ssl/ssl_error_handler.h',
1913 'browser/ssl/ssl_error_info.cc', 1905 'browser/ssl/ssl_error_info.cc',
1914 'browser/ssl/ssl_error_info.h', 1906 'browser/ssl/ssl_error_info.h',
1915 'browser/ssl/ssl_host_state.cc',
1916 'browser/ssl/ssl_host_state.h',
1917 'browser/ssl/ssl_manager.cc',
1918 'browser/ssl/ssl_manager.h',
1919 'browser/ssl/ssl_policy.cc',
1920 'browser/ssl/ssl_policy.h',
1921 'browser/ssl/ssl_policy_backend.cc',
1922 'browser/ssl/ssl_policy_backend.h',
1923 'browser/ssl/ssl_request_info.cc',
1924 'browser/ssl/ssl_request_info.h',
1925 'browser/ssl_client_certificate_selector.h', 1907 'browser/ssl_client_certificate_selector.h',
1926 'browser/status_icons/status_icon.cc', 1908 'browser/status_icons/status_icon.cc',
1927 'browser/status_icons/status_icon.h', 1909 'browser/status_icons/status_icon.h',
1928 'browser/status_icons/status_tray.cc', 1910 'browser/status_icons/status_tray.cc',
1929 'browser/status_icons/status_tray.h', 1911 'browser/status_icons/status_tray.h',
1930 'browser/sync/glue/app_change_processor.cc', 1912 'browser/sync/glue/app_change_processor.cc',
1931 'browser/sync/glue/app_change_processor.h', 1913 'browser/sync/glue/app_change_processor.h',
1932 'browser/sync/glue/app_data_type_controller.cc', 1914 'browser/sync/glue/app_data_type_controller.cc',
1933 'browser/sync/glue/app_data_type_controller.h', 1915 'browser/sync/glue/app_data_type_controller.h',
1934 'browser/sync/glue/app_model_associator.cc', 1916 'browser/sync/glue/app_model_associator.cc',
(...skipping 2689 matching lines...) Expand 10 before | Expand all | Expand 10 after
4624 'hard_dependency': 1, 4606 'hard_dependency': 1,
4625 }, 4607 },
4626 ], 4608 ],
4627 } 4609 }
4628 4610
4629 # Local Variables: 4611 # Local Variables:
4630 # tab-width:2 4612 # tab-width:2
4631 # indent-tabs-mode:nil 4613 # indent-tabs-mode:nil
4632 # End: 4614 # End:
4633 # vim: set expandtab tabstop=2 shiftwidth=2: 4615 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ssl_client_certificate_selector_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698