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

Side by Side Diff: content/content_browser.gypi

Issue 1957483003: Removal of SignedCertificateTimestampStore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed IPC problem Created 4 years, 7 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
« no previous file with comments | « content/common/ssl_status_serialization_unittest.cc ('k') | content/content_common.gypi » ('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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'public/browser/screen_orientation_provider.cc', 292 'public/browser/screen_orientation_provider.cc',
293 'public/browser/screen_orientation_provider.h', 293 'public/browser/screen_orientation_provider.h',
294 'public/browser/security_style_explanation.h', 294 'public/browser/security_style_explanation.h',
295 'public/browser/security_style_explanations.cc', 295 'public/browser/security_style_explanations.cc',
296 'public/browser/security_style_explanations.h', 296 'public/browser/security_style_explanations.h',
297 'public/browser/service_worker_context.h', 297 'public/browser/service_worker_context.h',
298 'public/browser/service_worker_usage_info.cc', 298 'public/browser/service_worker_usage_info.cc',
299 'public/browser/service_worker_usage_info.h', 299 'public/browser/service_worker_usage_info.h',
300 'public/browser/session_storage_namespace.h', 300 'public/browser/session_storage_namespace.h',
301 'public/browser/session_storage_usage_info.h', 301 'public/browser/session_storage_usage_info.h',
302 'public/browser/signed_certificate_timestamp_store.h',
303 'public/browser/site_instance.h', 302 'public/browser/site_instance.h',
304 'public/browser/speech_recognition_event_listener.h', 303 'public/browser/speech_recognition_event_listener.h',
305 'public/browser/speech_recognition_manager.h', 304 'public/browser/speech_recognition_manager.h',
306 'public/browser/speech_recognition_manager_delegate.h', 305 'public/browser/speech_recognition_manager_delegate.h',
307 'public/browser/speech_recognition_session_config.cc', 306 'public/browser/speech_recognition_session_config.cc',
308 'public/browser/speech_recognition_session_config.h', 307 'public/browser/speech_recognition_session_config.h',
309 'public/browser/speech_recognition_session_context.cc', 308 'public/browser/speech_recognition_session_context.cc',
310 'public/browser/speech_recognition_session_context.h', 309 'public/browser/speech_recognition_session_context.h',
311 'public/browser/speech_recognition_session_preamble.cc', 310 'public/browser/speech_recognition_session_preamble.cc',
312 'public/browser/speech_recognition_session_preamble.h', 311 'public/browser/speech_recognition_session_preamble.h',
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 'browser/shared_worker/shared_worker_instance.cc', 1506 'browser/shared_worker/shared_worker_instance.cc',
1508 'browser/shared_worker/shared_worker_instance.h', 1507 'browser/shared_worker/shared_worker_instance.h',
1509 'browser/shared_worker/shared_worker_message_filter.cc', 1508 'browser/shared_worker/shared_worker_message_filter.cc',
1510 'browser/shared_worker/shared_worker_message_filter.h', 1509 'browser/shared_worker/shared_worker_message_filter.h',
1511 'browser/shared_worker/shared_worker_service_impl.cc', 1510 'browser/shared_worker/shared_worker_service_impl.cc',
1512 'browser/shared_worker/shared_worker_service_impl.h', 1511 'browser/shared_worker/shared_worker_service_impl.h',
1513 'browser/shared_worker/worker_document_set.cc', 1512 'browser/shared_worker/worker_document_set.cc',
1514 'browser/shared_worker/worker_document_set.h', 1513 'browser/shared_worker/worker_document_set.h',
1515 'browser/shared_worker/worker_storage_partition.cc', 1514 'browser/shared_worker/worker_storage_partition.cc',
1516 'browser/shared_worker/worker_storage_partition.h', 1515 'browser/shared_worker/worker_storage_partition.h',
1517 'browser/signed_certificate_timestamp_store_impl.cc',
1518 'browser/signed_certificate_timestamp_store_impl.h',
1519 'browser/site_instance_impl.cc', 1516 'browser/site_instance_impl.cc',
1520 'browser/site_instance_impl.h', 1517 'browser/site_instance_impl.h',
1521 'browser/speech/audio_buffer.cc', 1518 'browser/speech/audio_buffer.cc',
1522 'browser/speech/audio_buffer.h', 1519 'browser/speech/audio_buffer.h',
1523 'browser/speech/audio_encoder.cc', 1520 'browser/speech/audio_encoder.cc',
1524 'browser/speech/audio_encoder.h', 1521 'browser/speech/audio_encoder.h',
1525 'browser/speech/chunked_byte_buffer.cc', 1522 'browser/speech/chunked_byte_buffer.cc',
1526 'browser/speech/chunked_byte_buffer.h', 1523 'browser/speech/chunked_byte_buffer.h',
1527 'browser/speech/endpointer/endpointer.cc', 1524 'browser/speech/endpointer/endpointer.cc',
1528 'browser/speech/endpointer/endpointer.h', 1525 'browser/speech/endpointer/endpointer.h',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 ], 2210 ],
2214 }], 2211 }],
2215 ['OS != "mac" and OS != "android"', { 2212 ['OS != "mac" and OS != "android"', {
2216 'sources!': [ 2213 'sources!': [
2217 'browser/gpu/gpu_surface_tracker.cc', 2214 'browser/gpu/gpu_surface_tracker.cc',
2218 'browser/gpu/gpu_surface_tracker.h', 2215 'browser/gpu/gpu_surface_tracker.h',
2219 ], 2216 ],
2220 }], 2217 }],
2221 ], 2218 ],
2222 } 2219 }
OLDNEW
« no previous file with comments | « content/common/ssl_status_serialization_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698