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

Side by Side Diff: content/content_browser.gypi

Issue 71633002: Convert SignedCertificateClass to be ref_counted, and add an SCTStore in which to store them. Add S… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: few lint fixes Created 7 years, 1 month 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
« no previous file with comments | « content/common/ssl_status_serialization.cc ('k') | content/public/browser/sct_store.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'public/browser/resource_controller.h', 156 'public/browser/resource_controller.h',
157 'public/browser/resource_dispatcher_host.h', 157 'public/browser/resource_dispatcher_host.h',
158 'public/browser/resource_dispatcher_host_delegate.cc', 158 'public/browser/resource_dispatcher_host_delegate.cc',
159 'public/browser/resource_dispatcher_host_delegate.h', 159 'public/browser/resource_dispatcher_host_delegate.h',
160 'public/browser/resource_dispatcher_host_login_delegate.h', 160 'public/browser/resource_dispatcher_host_login_delegate.h',
161 'public/browser/resource_request_details.cc', 161 'public/browser/resource_request_details.cc',
162 'public/browser/resource_request_details.h', 162 'public/browser/resource_request_details.h',
163 'public/browser/resource_request_info.h', 163 'public/browser/resource_request_info.h',
164 'public/browser/resource_throttle.h', 164 'public/browser/resource_throttle.h',
165 'public/browser/save_page_type.h', 165 'public/browser/save_page_type.h',
166 'public/browser/sct_store.h',
166 'public/browser/session_storage_namespace.h', 167 'public/browser/session_storage_namespace.h',
167 'public/browser/session_storage_usage_info.h', 168 'public/browser/session_storage_usage_info.h',
168 'public/browser/site_instance.h', 169 'public/browser/site_instance.h',
169 'public/browser/speech_recognition_event_listener.h', 170 'public/browser/speech_recognition_event_listener.h',
170 'public/browser/speech_recognition_manager.h', 171 'public/browser/speech_recognition_manager.h',
171 'public/browser/speech_recognition_manager_delegate.h', 172 'public/browser/speech_recognition_manager_delegate.h',
172 'public/browser/speech_recognition_session_config.cc', 173 'public/browser/speech_recognition_session_config.cc',
173 'public/browser/speech_recognition_session_config.h', 174 'public/browser/speech_recognition_session_config.h',
174 'public/browser/speech_recognition_session_context.cc', 175 'public/browser/speech_recognition_session_context.cc',
175 'public/browser/speech_recognition_session_context.h', 176 'public/browser/speech_recognition_session_context.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'browser/media/webrtc_internals_ui.cc', 726 'browser/media/webrtc_internals_ui.cc',
726 'browser/media/webrtc_internals_ui.h', 727 'browser/media/webrtc_internals_ui.h',
727 'browser/media/webrtc_internals_ui_observer.h', 728 'browser/media/webrtc_internals_ui_observer.h',
728 'browser/media_devices_monitor.cc', 729 'browser/media_devices_monitor.cc',
729 'browser/message_port_message_filter.cc', 730 'browser/message_port_message_filter.cc',
730 'browser/message_port_message_filter.h', 731 'browser/message_port_message_filter.h',
731 'browser/message_port_service.cc', 732 'browser/message_port_service.cc',
732 'browser/message_port_service.h', 733 'browser/message_port_service.h',
733 'browser/mime_registry_message_filter.cc', 734 'browser/mime_registry_message_filter.cc',
734 'browser/mime_registry_message_filter.h', 735 'browser/mime_registry_message_filter.h',
736 'browser/renderer_data_memoizing_store.h',
737 'browser/sct_store_impl.cc',
738 'browser/sct_store_impl.h',
735 'browser/service_worker/service_worker_dispatcher_host.h', 739 'browser/service_worker/service_worker_dispatcher_host.h',
736 'browser/service_worker/service_worker_dispatcher_host.cc', 740 'browser/service_worker/service_worker_dispatcher_host.cc',
737 'browser/service_worker/service_worker_context.h', 741 'browser/service_worker/service_worker_context.h',
738 'browser/service_worker/service_worker_context_core.h', 742 'browser/service_worker/service_worker_context_core.h',
739 'browser/service_worker/service_worker_context_core.cc', 743 'browser/service_worker/service_worker_context_core.cc',
740 'browser/service_worker/service_worker_context_wrapper.h', 744 'browser/service_worker/service_worker_context_wrapper.h',
741 'browser/service_worker/service_worker_context_wrapper.cc', 745 'browser/service_worker/service_worker_context_wrapper.cc',
742 'browser/net/browser_online_state_observer.cc', 746 'browser/net/browser_online_state_observer.cc',
743 'browser/net/browser_online_state_observer.h', 747 'browser/net/browser_online_state_observer.h',
744 'browser/net/sqlite_persistent_cookie_store.cc', 748 'browser/net/sqlite_persistent_cookie_store.cc',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 ['include', '^public/browser/web_ui_controller\\.cc'], 1279 ['include', '^public/browser/web_ui_controller\\.cc'],
1276 ['include', '^browser/browser_context\\.cc$'], 1280 ['include', '^browser/browser_context\\.cc$'],
1277 ['include', '^browser/browser_main_loop\\.cc$'], 1281 ['include', '^browser/browser_main_loop\\.cc$'],
1278 ['include', '^browser/browser_main_runner\\.cc$'], 1282 ['include', '^browser/browser_main_runner\\.cc$'],
1279 ['include', '^browser/browser_process_sub_thread\\.cc$'], 1283 ['include', '^browser/browser_process_sub_thread\\.cc$'],
1280 ['include', '^browser/browser_thread_impl\\.cc$'], 1284 ['include', '^browser/browser_thread_impl\\.cc$'],
1281 ['include', '^browser/browser_url_handler_impl\\.cc$'], 1285 ['include', '^browser/browser_url_handler_impl\\.cc$'],
1282 ['include', '^browser/cert_store_impl\\.cc$'], 1286 ['include', '^browser/cert_store_impl\\.cc$'],
1283 ['include', '^browser/download/download_create_info\\.cc$'], 1287 ['include', '^browser/download/download_create_info\\.cc$'],
1284 ['include', '^browser/notification_service_impl\\.cc$'], 1288 ['include', '^browser/notification_service_impl\\.cc$'],
1289 ['include', '^browser/sct_store_impl\\.cc$'],
1285 ['include', '^browser/user_metrics\\.cc$'], 1290 ['include', '^browser/user_metrics\\.cc$'],
1286 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], 1291 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
1287 ], 1292 ],
1288 }, { # OS!="ios" 1293 }, { # OS!="ios"
1289 'dependencies': [ 1294 'dependencies': [
1290 'browser/devtools/devtools_resources.gyp:devtools_resources', 1295 'browser/devtools/devtools_resources.gyp:devtools_resources',
1291 '../cc/cc.gyp:cc', 1296 '../cc/cc.gyp:cc',
1292 '../net/net.gyp:http_server', 1297 '../net/net.gyp:http_server',
1293 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1298 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1294 '../ui/surface/surface.gyp:surface', 1299 '../ui/surface/surface.gyp:surface',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
1605 '../build/linux/system.gyp:dbus', 1610 '../build/linux/system.gyp:dbus',
1606 '../dbus/dbus.gyp:dbus', 1611 '../dbus/dbus.gyp:dbus',
1607 ], 1612 ],
1608 }, { # OS != "linux" or use_dbus==0 1613 }, { # OS != "linux" or use_dbus==0
1609 'sources!': [ 1614 'sources!': [
1610 'browser/geolocation/wifi_data_provider_linux.cc', 1615 'browser/geolocation/wifi_data_provider_linux.cc',
1611 ], 1616 ],
1612 }], 1617 }],
1613 ], 1618 ],
1614 } 1619 }
OLDNEW
« no previous file with comments | « content/common/ssl_status_serialization.cc ('k') | content/public/browser/sct_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698