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

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: fix aura 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 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 'browser/spellchecker/spellcheck_profile.cc', 2249 'browser/spellchecker/spellcheck_profile.cc',
2250 'browser/spellchecker/spellcheck_profile.h', 2250 'browser/spellchecker/spellcheck_profile.h',
2251 'browser/spellchecker/spellcheck_profile_provider.h', 2251 'browser/spellchecker/spellcheck_profile_provider.h',
2252 'browser/spellchecker/spelling_service_client.cc', 2252 'browser/spellchecker/spelling_service_client.cc',
2253 'browser/spellchecker/spelling_service_client.h', 2253 'browser/spellchecker/spelling_service_client.h',
2254 'browser/ssl/ssl_add_cert_handler.cc', 2254 'browser/ssl/ssl_add_cert_handler.cc',
2255 'browser/ssl/ssl_add_cert_handler.h', 2255 'browser/ssl/ssl_add_cert_handler.h',
2256 'browser/ssl/ssl_add_cert_handler_mac.mm', 2256 'browser/ssl/ssl_add_cert_handler_mac.mm',
2257 'browser/ssl/ssl_blocking_page.cc', 2257 'browser/ssl/ssl_blocking_page.cc',
2258 'browser/ssl/ssl_blocking_page.h', 2258 'browser/ssl/ssl_blocking_page.h',
2259 'browser/ssl/ssl_client_auth_observer.cc',
2260 'browser/ssl/ssl_client_auth_observer.h',
2259 'browser/ssl/ssl_error_info.cc', 2261 'browser/ssl/ssl_error_info.cc',
2260 'browser/ssl/ssl_error_info.h', 2262 'browser/ssl/ssl_error_info.h',
2261 'browser/ssl_client_certificate_selector.h', 2263 'browser/ssl_client_certificate_selector.h',
2262 'browser/status_icons/desktop_notification_balloon.cc', 2264 'browser/status_icons/desktop_notification_balloon.cc',
2263 'browser/status_icons/desktop_notification_balloon.h', 2265 'browser/status_icons/desktop_notification_balloon.h',
2264 'browser/status_icons/status_icon.cc', 2266 'browser/status_icons/status_icon.cc',
2265 'browser/status_icons/status_icon.h', 2267 'browser/status_icons/status_icon.h',
2266 'browser/status_icons/status_tray.cc', 2268 'browser/status_icons/status_tray.cc',
2267 'browser/status_icons/status_tray.h', 2269 'browser/status_icons/status_tray.h',
2268 'browser/sync/glue/app_data_type_controller.cc', 2270 'browser/sync/glue/app_data_type_controller.cc',
(...skipping 3270 matching lines...) Expand 10 before | Expand all | Expand 10 after
5539 'type': 'static_library', 5541 'type': 'static_library',
5540 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5542 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5541 'variables': { 5543 'variables': {
5542 'proto_in_dir': 'browser/history', 5544 'proto_in_dir': 'browser/history',
5543 'proto_out_dir': 'chrome/browser/history', 5545 'proto_out_dir': 'chrome/browser/history',
5544 }, 5546 },
5545 'includes': [ '../build/protoc.gypi' ] 5547 'includes': [ '../build/protoc.gypi' ]
5546 }, 5548 },
5547 ], 5549 ],
5548 } 5550 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698