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

Side by Side Diff: content/content_browser.gypi

Issue 1181293003: Expand SecurityStyleChanged interfaces to include explanations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add CONTENT_EXPORT Created 5 years, 6 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/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'public/browser/resource_dispatcher_host_login_delegate.h', 230 'public/browser/resource_dispatcher_host_login_delegate.h',
231 'public/browser/resource_request_details.cc', 231 'public/browser/resource_request_details.cc',
232 'public/browser/resource_request_details.h', 232 'public/browser/resource_request_details.h',
233 'public/browser/resource_request_info.h', 233 'public/browser/resource_request_info.h',
234 'public/browser/resource_throttle.h', 234 'public/browser/resource_throttle.h',
235 'public/browser/save_page_type.h', 235 'public/browser/save_page_type.h',
236 'public/browser/screen_orientation_delegate.h', 236 'public/browser/screen_orientation_delegate.h',
237 'public/browser/screen_orientation_dispatcher_host.h', 237 'public/browser/screen_orientation_dispatcher_host.h',
238 'public/browser/screen_orientation_provider.cc', 238 'public/browser/screen_orientation_provider.cc',
239 'public/browser/screen_orientation_provider.h', 239 'public/browser/screen_orientation_provider.h',
240 'public/browser/security_style_explanation.h',
241 'public/browser/security_style_explanations.cc',
242 'public/browser/security_style_explanations.h',
240 'public/browser/service_worker_context.h', 243 'public/browser/service_worker_context.h',
241 'public/browser/service_worker_usage_info.cc', 244 'public/browser/service_worker_usage_info.cc',
242 'public/browser/service_worker_usage_info.h', 245 'public/browser/service_worker_usage_info.h',
243 'public/browser/session_storage_namespace.h', 246 'public/browser/session_storage_namespace.h',
244 'public/browser/session_storage_usage_info.h', 247 'public/browser/session_storage_usage_info.h',
245 'public/browser/signed_certificate_timestamp_store.h', 248 'public/browser/signed_certificate_timestamp_store.h',
246 'public/browser/site_instance.h', 249 'public/browser/site_instance.h',
247 'public/browser/speech_recognition_event_listener.h', 250 'public/browser/speech_recognition_event_listener.h',
248 'public/browser/speech_recognition_manager.h', 251 'public/browser/speech_recognition_manager.h',
249 'public/browser/speech_recognition_manager_delegate.h', 252 'public/browser/speech_recognition_manager_delegate.h',
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 ['enable_webvr==1 and OS=="android"', { 2106 ['enable_webvr==1 and OS=="android"', {
2104 'sources': [ 2107 'sources': [
2105 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2108 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2106 'browser/vr/android/cardboard/cardboard_vr_device.h', 2109 'browser/vr/android/cardboard/cardboard_vr_device.h',
2107 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2110 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2108 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2111 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2109 ], 2112 ],
2110 }], 2113 }],
2111 ], 2114 ],
2112 } 2115 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/security_style_explanation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698