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

Side by Side Diff: chrome/chrome_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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2262 'browser/spellchecker/spellcheck_profile.cc', 2262 'browser/spellchecker/spellcheck_profile.cc',
2263 'browser/spellchecker/spellcheck_profile.h', 2263 'browser/spellchecker/spellcheck_profile.h',
2264 'browser/spellchecker/spellcheck_profile_provider.h', 2264 'browser/spellchecker/spellcheck_profile_provider.h',
2265 'browser/spellchecker/spelling_service_client.cc', 2265 'browser/spellchecker/spelling_service_client.cc',
2266 'browser/spellchecker/spelling_service_client.h', 2266 'browser/spellchecker/spelling_service_client.h',
2267 'browser/ssl/ssl_add_cert_handler.cc', 2267 'browser/ssl/ssl_add_cert_handler.cc',
2268 'browser/ssl/ssl_add_cert_handler.h', 2268 'browser/ssl/ssl_add_cert_handler.h',
2269 'browser/ssl/ssl_add_cert_handler_mac.mm', 2269 'browser/ssl/ssl_add_cert_handler_mac.mm',
2270 'browser/ssl/ssl_blocking_page.cc', 2270 'browser/ssl/ssl_blocking_page.cc',
2271 'browser/ssl/ssl_blocking_page.h', 2271 'browser/ssl/ssl_blocking_page.h',
2272 'browser/ssl/ssl_client_auth_observer.cc',
2273 'browser/ssl/ssl_client_auth_observer.h',
2272 'browser/ssl/ssl_error_info.cc', 2274 'browser/ssl/ssl_error_info.cc',
2273 'browser/ssl/ssl_error_info.h', 2275 'browser/ssl/ssl_error_info.h',
2274 'browser/ssl_client_certificate_selector.h', 2276 'browser/ssl_client_certificate_selector.h',
2275 'browser/status_icons/desktop_notification_balloon.cc', 2277 'browser/status_icons/desktop_notification_balloon.cc',
2276 'browser/status_icons/desktop_notification_balloon.h', 2278 'browser/status_icons/desktop_notification_balloon.h',
2277 'browser/status_icons/status_icon.cc', 2279 'browser/status_icons/status_icon.cc',
2278 'browser/status_icons/status_icon.h', 2280 'browser/status_icons/status_icon.h',
2279 'browser/status_icons/status_tray.cc', 2281 'browser/status_icons/status_tray.cc',
2280 'browser/status_icons/status_tray.h', 2282 'browser/status_icons/status_tray.h',
2281 'browser/sync/glue/app_data_type_controller.cc', 2283 'browser/sync/glue/app_data_type_controller.cc',
(...skipping 3268 matching lines...) Expand 10 before | Expand all | Expand 10 after
5550 'type': 'static_library', 5552 'type': 'static_library',
5551 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5553 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5552 'variables': { 5554 'variables': {
5553 'proto_in_dir': 'browser/history', 5555 'proto_in_dir': 'browser/history',
5554 'proto_out_dir': 'chrome/browser/history', 5556 'proto_out_dir': 'chrome/browser/history',
5555 }, 5557 },
5556 'includes': [ '../build/protoc.gypi' ] 5558 'includes': [ '../build/protoc.gypi' ]
5557 }, 5559 },
5558 ], 5560 ],
5559 } 5561 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ssl_client_certificate_selector_webui_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698