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

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: reacted to comments of estark 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
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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'public/browser/screen_orientation_provider.cc', 289 'public/browser/screen_orientation_provider.cc',
290 'public/browser/screen_orientation_provider.h', 290 'public/browser/screen_orientation_provider.h',
291 'public/browser/security_style_explanation.h', 291 'public/browser/security_style_explanation.h',
292 'public/browser/security_style_explanations.cc', 292 'public/browser/security_style_explanations.cc',
293 'public/browser/security_style_explanations.h', 293 'public/browser/security_style_explanations.h',
294 'public/browser/service_worker_context.h', 294 'public/browser/service_worker_context.h',
295 'public/browser/service_worker_usage_info.cc', 295 'public/browser/service_worker_usage_info.cc',
296 'public/browser/service_worker_usage_info.h', 296 'public/browser/service_worker_usage_info.h',
297 'public/browser/session_storage_namespace.h', 297 'public/browser/session_storage_namespace.h',
298 'public/browser/session_storage_usage_info.h', 298 'public/browser/session_storage_usage_info.h',
299 'public/browser/signed_certificate_timestamp_store.h',
300 'public/browser/site_instance.h', 299 'public/browser/site_instance.h',
301 'public/browser/speech_recognition_event_listener.h', 300 'public/browser/speech_recognition_event_listener.h',
302 'public/browser/speech_recognition_manager.h', 301 'public/browser/speech_recognition_manager.h',
303 'public/browser/speech_recognition_manager_delegate.h', 302 'public/browser/speech_recognition_manager_delegate.h',
304 'public/browser/speech_recognition_session_config.cc', 303 'public/browser/speech_recognition_session_config.cc',
305 'public/browser/speech_recognition_session_config.h', 304 'public/browser/speech_recognition_session_config.h',
306 'public/browser/speech_recognition_session_context.cc', 305 'public/browser/speech_recognition_session_context.cc',
307 'public/browser/speech_recognition_session_context.h', 306 'public/browser/speech_recognition_session_context.h',
308 'public/browser/speech_recognition_session_preamble.cc', 307 'public/browser/speech_recognition_session_preamble.cc',
309 'public/browser/speech_recognition_session_preamble.h', 308 'public/browser/speech_recognition_session_preamble.h',
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 'browser/shared_worker/shared_worker_instance.cc', 1493 'browser/shared_worker/shared_worker_instance.cc',
1495 'browser/shared_worker/shared_worker_instance.h', 1494 'browser/shared_worker/shared_worker_instance.h',
1496 'browser/shared_worker/shared_worker_message_filter.cc', 1495 'browser/shared_worker/shared_worker_message_filter.cc',
1497 'browser/shared_worker/shared_worker_message_filter.h', 1496 'browser/shared_worker/shared_worker_message_filter.h',
1498 'browser/shared_worker/shared_worker_service_impl.cc', 1497 'browser/shared_worker/shared_worker_service_impl.cc',
1499 'browser/shared_worker/shared_worker_service_impl.h', 1498 'browser/shared_worker/shared_worker_service_impl.h',
1500 'browser/shared_worker/worker_document_set.cc', 1499 'browser/shared_worker/worker_document_set.cc',
1501 'browser/shared_worker/worker_document_set.h', 1500 'browser/shared_worker/worker_document_set.h',
1502 'browser/shared_worker/worker_storage_partition.cc', 1501 'browser/shared_worker/worker_storage_partition.cc',
1503 'browser/shared_worker/worker_storage_partition.h', 1502 'browser/shared_worker/worker_storage_partition.h',
1504 'browser/signed_certificate_timestamp_store_impl.cc',
1505 'browser/signed_certificate_timestamp_store_impl.h',
1506 'browser/site_instance_impl.cc', 1503 'browser/site_instance_impl.cc',
1507 'browser/site_instance_impl.h', 1504 'browser/site_instance_impl.h',
1508 'browser/speech/audio_buffer.cc', 1505 'browser/speech/audio_buffer.cc',
1509 'browser/speech/audio_buffer.h', 1506 'browser/speech/audio_buffer.h',
1510 'browser/speech/audio_encoder.cc', 1507 'browser/speech/audio_encoder.cc',
1511 'browser/speech/audio_encoder.h', 1508 'browser/speech/audio_encoder.h',
1512 'browser/speech/chunked_byte_buffer.cc', 1509 'browser/speech/chunked_byte_buffer.cc',
1513 'browser/speech/chunked_byte_buffer.h', 1510 'browser/speech/chunked_byte_buffer.h',
1514 'browser/speech/endpointer/endpointer.cc', 1511 'browser/speech/endpointer/endpointer.cc',
1515 'browser/speech/endpointer/endpointer.h', 1512 'browser/speech/endpointer/endpointer.h',
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 ['enable_webvr==1 and OS=="android"', { 2200 ['enable_webvr==1 and OS=="android"', {
2204 'sources': [ 2201 'sources': [
2205 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2202 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2206 'browser/vr/android/cardboard/cardboard_vr_device.h', 2203 'browser/vr/android/cardboard/cardboard_vr_device.h',
2207 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2204 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2208 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2205 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2209 ], 2206 ],
2210 }], 2207 }],
2211 ], 2208 ],
2212 } 2209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698