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

Side by Side Diff: content/content_browser.gypi

Issue 9384014: Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback is given to the embed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments+sync Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'browser/speech/speech_input_manager.cc', 599 'browser/speech/speech_input_manager.cc',
600 'browser/speech/speech_input_manager.h', 600 'browser/speech/speech_input_manager.h',
601 'browser/speech/speech_recognition_request.cc', 601 'browser/speech/speech_recognition_request.cc',
602 'browser/speech/speech_recognition_request.h', 602 'browser/speech/speech_recognition_request.h',
603 'browser/speech/speech_recognizer.cc', 603 'browser/speech/speech_recognizer.cc',
604 'browser/speech/speech_recognizer.h', 604 'browser/speech/speech_recognizer.h',
605 'browser/ssl/ssl_cert_error_handler.cc', 605 'browser/ssl/ssl_cert_error_handler.cc',
606 'browser/ssl/ssl_cert_error_handler.h', 606 'browser/ssl/ssl_cert_error_handler.h',
607 'browser/ssl/ssl_client_auth_handler.cc', 607 'browser/ssl/ssl_client_auth_handler.cc',
608 'browser/ssl/ssl_client_auth_handler.h', 608 'browser/ssl/ssl_client_auth_handler.h',
609 'browser/ssl/ssl_client_auth_notification_details.cc',
610 'browser/ssl/ssl_client_auth_notification_details.h',
611 'browser/ssl/ssl_error_handler.cc', 609 'browser/ssl/ssl_error_handler.cc',
612 'browser/ssl/ssl_error_handler.h', 610 'browser/ssl/ssl_error_handler.h',
613 'browser/ssl/ssl_host_state.cc', 611 'browser/ssl/ssl_host_state.cc',
614 'browser/ssl/ssl_host_state.h', 612 'browser/ssl/ssl_host_state.h',
615 'browser/ssl/ssl_manager.cc', 613 'browser/ssl/ssl_manager.cc',
616 'browser/ssl/ssl_manager.h', 614 'browser/ssl/ssl_manager.h',
617 'browser/ssl/ssl_policy.cc', 615 'browser/ssl/ssl_policy.cc',
618 'browser/ssl/ssl_policy.h', 616 'browser/ssl/ssl_policy.h',
619 'browser/ssl/ssl_policy_backend.cc', 617 'browser/ssl/ssl_policy_backend.cc',
620 'browser/ssl/ssl_policy_backend.h', 618 'browser/ssl/ssl_policy_backend.h',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 'ENABLE_JAVA_BRIDGE', 848 'ENABLE_JAVA_BRIDGE',
851 ], 849 ],
852 }, { 850 }, {
853 'sources/': [ 851 'sources/': [
854 ['exclude', '^browser/renderer_host/java/'], 852 ['exclude', '^browser/renderer_host/java/'],
855 ], 853 ],
856 }], 854 }],
857 ], 855 ],
858 } 856 }
859 857
OLDNEW
« no previous file with comments | « content/browser/ssl/ssl_client_auth_notification_details.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698