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

Side by Side Diff: content/content_browser.gypi

Issue 2191033002: Split ServiceRegistryAndroid into InterfaceRegistryAndroid and InterfaceProviderAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'public/browser/access_token_store.h', 107 'public/browser/access_token_store.h',
108 'public/browser/android/browser_media_player_manager_register.cc', 108 'public/browser/android/browser_media_player_manager_register.cc',
109 'public/browser/android/browser_media_player_manager_register.h', 109 'public/browser/android/browser_media_player_manager_register.h',
110 'public/browser/android/compositor.h', 110 'public/browser/android/compositor.h',
111 'public/browser/android/compositor_client.h', 111 'public/browser/android/compositor_client.h',
112 'public/browser/android/content_protocol_handler.h', 112 'public/browser/android/content_protocol_handler.h',
113 'public/browser/android/content_view_core.h', 113 'public/browser/android/content_view_core.h',
114 'public/browser/android/content_view_layer_renderer.h', 114 'public/browser/android/content_view_layer_renderer.h',
115 'public/browser/android/devtools_auth.h', 115 'public/browser/android/devtools_auth.h',
116 'public/browser/android/external_video_surface_container.h', 116 'public/browser/android/external_video_surface_container.h',
117 'public/browser/android/service_registry_android.h', 117 'public/browser/android/interface_provider_android.h',
118 'public/browser/android/interface_registry_android.h',
118 'public/browser/android/synchronous_compositor.cc', 119 'public/browser/android/synchronous_compositor.cc',
119 'public/browser/android/synchronous_compositor.h', 120 'public/browser/android/synchronous_compositor.h',
120 'public/browser/android/synchronous_compositor_client.h', 121 'public/browser/android/synchronous_compositor_client.h',
121 'public/browser/appcache_service.h', 122 'public/browser/appcache_service.h',
122 'public/browser/ax_event_notification_details.cc', 123 'public/browser/ax_event_notification_details.cc',
123 'public/browser/ax_event_notification_details.h', 124 'public/browser/ax_event_notification_details.h',
124 'public/browser/background_sync_controller.h', 125 'public/browser/background_sync_controller.h',
125 'public/browser/background_sync_parameters.cc', 126 'public/browser/background_sync_parameters.cc',
126 'public/browser/background_sync_parameters.h', 127 'public/browser/background_sync_parameters.h',
127 'public/browser/background_tracing_config.cc', 128 'public/browser/background_tracing_config.cc',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'browser/android/browser_surface_texture_manager.h', 411 'browser/android/browser_surface_texture_manager.h',
411 'browser/android/child_process_launcher_android.cc', 412 'browser/android/child_process_launcher_android.cc',
412 'browser/android/child_process_launcher_android.h', 413 'browser/android/child_process_launcher_android.h',
413 'browser/android/content_protocol_handler_impl.cc', 414 'browser/android/content_protocol_handler_impl.cc',
414 'browser/android/content_protocol_handler_impl.h', 415 'browser/android/content_protocol_handler_impl.h',
415 'browser/android/content_startup_flags.cc', 416 'browser/android/content_startup_flags.cc',
416 'browser/android/content_startup_flags.h', 417 'browser/android/content_startup_flags.h',
417 'browser/android/content_video_view.cc', 418 'browser/android/content_video_view.cc',
418 'browser/android/content_video_view.h', 419 'browser/android/content_video_view.h',
419 'browser/android/devtools_auth.cc', 420 'browser/android/devtools_auth.cc',
420 'browser/android/service_registry_android_impl.cc', 421 'browser/android/interface_provider_android_impl.cc',
421 'browser/android/service_registry_android_impl.h', 422 'browser/android/interface_provider_android_impl.h',
423 'browser/android/interface_registry_android_impl.cc',
424 'browser/android/interface_registry_android_impl.h',
422 'browser/android/url_request_content_job.cc', 425 'browser/android/url_request_content_job.cc',
423 'browser/android/url_request_content_job.h', 426 'browser/android/url_request_content_job.h',
424 'browser/appcache/appcache.cc', 427 'browser/appcache/appcache.cc',
425 'browser/appcache/appcache.h', 428 'browser/appcache/appcache.h',
426 'browser/appcache/appcache_backend_impl.cc', 429 'browser/appcache/appcache_backend_impl.cc',
427 'browser/appcache/appcache_backend_impl.h', 430 'browser/appcache/appcache_backend_impl.h',
428 'browser/appcache/appcache_database.cc', 431 'browser/appcache/appcache_database.cc',
429 'browser/appcache/appcache_database.h', 432 'browser/appcache/appcache_database.h',
430 'browser/appcache/appcache_disk_cache.cc', 433 'browser/appcache/appcache_disk_cache.cc',
431 'browser/appcache/appcache_disk_cache.h', 434 'browser/appcache/appcache_disk_cache.h',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 'browser/memory/memory_pressure_controller_impl.h', 1112 'browser/memory/memory_pressure_controller_impl.h',
1110 'browser/message_port_message_filter.cc', 1113 'browser/message_port_message_filter.cc',
1111 'browser/message_port_message_filter.h', 1114 'browser/message_port_message_filter.h',
1112 'browser/message_port_provider.cc', 1115 'browser/message_port_provider.cc',
1113 'browser/message_port_service.cc', 1116 'browser/message_port_service.cc',
1114 'browser/message_port_service.h', 1117 'browser/message_port_service.h',
1115 'browser/mime_registry_impl.cc', 1118 'browser/mime_registry_impl.cc',
1116 'browser/mime_registry_impl.h', 1119 'browser/mime_registry_impl.h',
1117 'browser/mojo/constants.cc', 1120 'browser/mojo/constants.cc',
1118 'browser/mojo/constants.h', 1121 'browser/mojo/constants.h',
1122 'browser/mojo/interface_registrar_android.cc',
1123 'browser/mojo/interface_registrar_android.h',
1119 'browser/mojo/mojo_child_connection.cc', 1124 'browser/mojo/mojo_child_connection.cc',
1120 'browser/mojo/mojo_child_connection.h', 1125 'browser/mojo/mojo_child_connection.h',
1121 'browser/mojo/mojo_shell_context.cc', 1126 'browser/mojo/mojo_shell_context.cc',
1122 'browser/mojo/mojo_shell_context.h', 1127 'browser/mojo/mojo_shell_context.h',
1123 'browser/mojo/service_registrar_android.cc',
1124 'browser/mojo/service_registrar_android.h',
1125 'browser/net/browser_online_state_observer.cc', 1128 'browser/net/browser_online_state_observer.cc',
1126 'browser/net/browser_online_state_observer.h', 1129 'browser/net/browser_online_state_observer.h',
1127 'browser/net/network_errors_listing_ui.cc', 1130 'browser/net/network_errors_listing_ui.cc',
1128 'browser/net/network_errors_listing_ui.h', 1131 'browser/net/network_errors_listing_ui.h',
1129 'browser/net/quota_policy_cookie_store.cc', 1132 'browser/net/quota_policy_cookie_store.cc',
1130 'browser/net/quota_policy_cookie_store.h', 1133 'browser/net/quota_policy_cookie_store.h',
1131 'browser/net/view_blob_internals_job_factory.cc', 1134 'browser/net/view_blob_internals_job_factory.cc',
1132 'browser/net/view_blob_internals_job_factory.h', 1135 'browser/net/view_blob_internals_job_factory.h',
1133 'browser/net/view_http_cache_job_factory.cc', 1136 'browser/net/view_http_cache_job_factory.cc',
1134 'browser/net/view_http_cache_job_factory.h', 1137 'browser/net/view_http_cache_job_factory.h',
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
2174 ], 2177 ],
2175 }], 2178 }],
2176 ['OS != "mac" and OS != "android"', { 2179 ['OS != "mac" and OS != "android"', {
2177 'sources!': [ 2180 'sources!': [
2178 'browser/gpu/gpu_surface_tracker.cc', 2181 'browser/gpu/gpu_surface_tracker.cc',
2179 'browser/gpu/gpu_surface_tracker.h', 2182 'browser/gpu/gpu_surface_tracker.h',
2180 ], 2183 ],
2181 }], 2184 }],
2182 ], 2185 ],
2183 } 2186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698