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

Side by Side Diff: content/content_browser.gypi

Issue 1136523004: [Sessions] Add detailed logging of SessionRestore events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'public/browser/resource_request_info.h', 219 'public/browser/resource_request_info.h',
220 'public/browser/resource_throttle.h', 220 'public/browser/resource_throttle.h',
221 'public/browser/save_page_type.h', 221 'public/browser/save_page_type.h',
222 'public/browser/screen_orientation_delegate.h', 222 'public/browser/screen_orientation_delegate.h',
223 'public/browser/screen_orientation_dispatcher_host.h', 223 'public/browser/screen_orientation_dispatcher_host.h',
224 'public/browser/screen_orientation_provider.cc', 224 'public/browser/screen_orientation_provider.cc',
225 'public/browser/screen_orientation_provider.h', 225 'public/browser/screen_orientation_provider.h',
226 'public/browser/service_worker_context.h', 226 'public/browser/service_worker_context.h',
227 'public/browser/service_worker_usage_info.cc', 227 'public/browser/service_worker_usage_info.cc',
228 'public/browser/service_worker_usage_info.h', 228 'public/browser/service_worker_usage_info.h',
229 'public/browser/session_restore_uma.cc',
230 'public/browser/session_restore_uma.h',
229 'public/browser/session_storage_namespace.h', 231 'public/browser/session_storage_namespace.h',
230 'public/browser/session_storage_usage_info.h', 232 'public/browser/session_storage_usage_info.h',
231 'public/browser/signed_certificate_timestamp_store.h', 233 'public/browser/signed_certificate_timestamp_store.h',
232 'public/browser/site_instance.h', 234 'public/browser/site_instance.h',
233 'public/browser/speech_recognition_event_listener.h', 235 'public/browser/speech_recognition_event_listener.h',
234 'public/browser/speech_recognition_manager.h', 236 'public/browser/speech_recognition_manager.h',
235 'public/browser/speech_recognition_manager_delegate.h', 237 'public/browser/speech_recognition_manager_delegate.h',
236 'public/browser/speech_recognition_session_config.cc', 238 'public/browser/speech_recognition_session_config.cc',
237 'public/browser/speech_recognition_session_config.h', 239 'public/browser/speech_recognition_session_config.h',
238 'public/browser/speech_recognition_session_context.cc', 240 'public/browser/speech_recognition_session_context.cc',
(...skipping 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 'browser/media/media_web_contents_observer.h', 2038 'browser/media/media_web_contents_observer.h',
2037 ], 2039 ],
2038 }], 2040 }],
2039 ['OS == "linux" and use_openssl==1', { 2041 ['OS == "linux" and use_openssl==1', {
2040 'dependencies': [ 2042 'dependencies': [
2041 '../third_party/boringssl/boringssl.gyp:boringssl', 2043 '../third_party/boringssl/boringssl.gyp:boringssl',
2042 ], 2044 ],
2043 }], 2045 }],
2044 ], 2046 ],
2045 } 2047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698