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

Side by Side Diff: content/content_browser.gypi

Issue 1269813002: Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation-api
Patch Set: Created 5 years, 3 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 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'public/browser/message_port_delegate.h', 179 'public/browser/message_port_delegate.h',
180 'public/browser/message_port_provider.h', 180 'public/browser/message_port_provider.h',
181 'public/browser/mojo_app_connection.h', 181 'public/browser/mojo_app_connection.h',
182 'public/browser/native_web_keyboard_event.h', 182 'public/browser/native_web_keyboard_event.h',
183 'public/browser/navigation_controller.cc', 183 'public/browser/navigation_controller.cc',
184 'public/browser/navigation_controller.h', 184 'public/browser/navigation_controller.h',
185 'public/browser/navigation_details.cc', 185 'public/browser/navigation_details.cc',
186 'public/browser/navigation_details.h', 186 'public/browser/navigation_details.h',
187 'public/browser/navigation_entry.h', 187 'public/browser/navigation_entry.h',
188 'public/browser/navigation_handle.h', 188 'public/browser/navigation_handle.h',
189 'public/browser/navigation_throttle.h',
190 'public/browser/navigation_throttle.cc',
189 'public/browser/navigation_type.h', 191 'public/browser/navigation_type.h',
190 'public/browser/navigator_connect_context.h', 192 'public/browser/navigator_connect_context.h',
191 'public/browser/navigator_connect_service_factory.h', 193 'public/browser/navigator_connect_service_factory.h',
192 'public/browser/notification_database_data.h', 194 'public/browser/notification_database_data.h',
193 'public/browser/notification_details.h', 195 'public/browser/notification_details.h',
194 'public/browser/notification_event_dispatcher.h', 196 'public/browser/notification_event_dispatcher.h',
195 'public/browser/notification_observer.h', 197 'public/browser/notification_observer.h',
196 'public/browser/notification_registrar.cc', 198 'public/browser/notification_registrar.cc',
197 'public/browser/notification_registrar.h', 199 'public/browser/notification_registrar.h',
198 'public/browser/notification_service.h', 200 'public/browser/notification_service.h',
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'browser/loader/cross_site_resource_handler.h', 962 'browser/loader/cross_site_resource_handler.h',
961 'browser/loader/detachable_resource_handler.cc', 963 'browser/loader/detachable_resource_handler.cc',
962 'browser/loader/detachable_resource_handler.h', 964 'browser/loader/detachable_resource_handler.h',
963 'browser/loader/global_routing_id.h', 965 'browser/loader/global_routing_id.h',
964 'browser/loader/layered_resource_handler.cc', 966 'browser/loader/layered_resource_handler.cc',
965 'browser/loader/layered_resource_handler.h', 967 'browser/loader/layered_resource_handler.h',
966 'browser/loader/mime_type_resource_handler.cc', 968 'browser/loader/mime_type_resource_handler.cc',
967 'browser/loader/mime_type_resource_handler.h', 969 'browser/loader/mime_type_resource_handler.h',
968 'browser/loader/navigation_resource_handler.cc', 970 'browser/loader/navigation_resource_handler.cc',
969 'browser/loader/navigation_resource_handler.h', 971 'browser/loader/navigation_resource_handler.h',
972 'browser/loader/navigation_resource_throttle.cc',
973 'browser/loader/navigation_resource_throttle.h',
970 'browser/loader/navigation_url_loader.cc', 974 'browser/loader/navigation_url_loader.cc',
971 'browser/loader/navigation_url_loader.h', 975 'browser/loader/navigation_url_loader.h',
972 'browser/loader/navigation_url_loader_delegate.h', 976 'browser/loader/navigation_url_loader_delegate.h',
973 'browser/loader/navigation_url_loader_factory.h', 977 'browser/loader/navigation_url_loader_factory.h',
974 'browser/loader/navigation_url_loader_impl.cc', 978 'browser/loader/navigation_url_loader_impl.cc',
975 'browser/loader/navigation_url_loader_impl.h', 979 'browser/loader/navigation_url_loader_impl.h',
976 'browser/loader/navigation_url_loader_impl_core.cc', 980 'browser/loader/navigation_url_loader_impl_core.cc',
977 'browser/loader/navigation_url_loader_impl_core.h', 981 'browser/loader/navigation_url_loader_impl_core.h',
978 'browser/loader/power_save_block_resource_throttle.cc', 982 'browser/loader/power_save_block_resource_throttle.cc',
979 'browser/loader/power_save_block_resource_throttle.h', 983 'browser/loader/power_save_block_resource_throttle.h',
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 'sources': [ 2151 'sources': [
2148 'browser/vr/vr_device.cc', 2152 'browser/vr/vr_device.cc',
2149 'browser/vr/vr_device.h', 2153 'browser/vr/vr_device.h',
2150 'browser/vr/vr_device_manager.cc', 2154 'browser/vr/vr_device_manager.cc',
2151 'browser/vr/vr_device_manager.h', 2155 'browser/vr/vr_device_manager.h',
2152 'browser/vr/vr_device_provider.h', 2156 'browser/vr/vr_device_provider.h',
2153 ] 2157 ]
2154 }], 2158 }],
2155 ], 2159 ],
2156 } 2160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698