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

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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'public_browser_sources': [ 106 'public_browser_sources': [
107 'public/browser/android/browser_media_player_manager_register.cc', 107 'public/browser/android/browser_media_player_manager_register.cc',
108 'public/browser/android/browser_media_player_manager_register.h', 108 'public/browser/android/browser_media_player_manager_register.h',
109 'public/browser/android/compositor.h', 109 'public/browser/android/compositor.h',
110 'public/browser/android/compositor_client.h', 110 'public/browser/android/compositor_client.h',
111 'public/browser/android/content_protocol_handler.h', 111 'public/browser/android/content_protocol_handler.h',
112 'public/browser/android/content_view_core.h', 112 'public/browser/android/content_view_core.h',
113 'public/browser/android/content_view_layer_renderer.h', 113 'public/browser/android/content_view_layer_renderer.h',
114 'public/browser/android/devtools_auth.h', 114 'public/browser/android/devtools_auth.h',
115 'public/browser/android/external_video_surface_container.h', 115 'public/browser/android/external_video_surface_container.h',
116 'public/browser/android/service_registry_android.h', 116 'public/browser/android/interface_provider_android.h',
117 'public/browser/android/interface_registry_android.h',
117 'public/browser/android/synchronous_compositor.cc', 118 'public/browser/android/synchronous_compositor.cc',
118 'public/browser/android/synchronous_compositor.h', 119 'public/browser/android/synchronous_compositor.h',
119 'public/browser/android/synchronous_compositor_client.h', 120 'public/browser/android/synchronous_compositor_client.h',
120 'public/browser/appcache_service.h', 121 'public/browser/appcache_service.h',
121 'public/browser/ax_event_notification_details.cc', 122 'public/browser/ax_event_notification_details.cc',
122 'public/browser/ax_event_notification_details.h', 123 'public/browser/ax_event_notification_details.h',
123 'public/browser/background_sync_controller.h', 124 'public/browser/background_sync_controller.h',
124 'public/browser/background_sync_parameters.cc', 125 'public/browser/background_sync_parameters.cc',
125 'public/browser/background_sync_parameters.h', 126 'public/browser/background_sync_parameters.h',
126 'public/browser/background_tracing_config.cc', 127 'public/browser/background_tracing_config.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'browser/android/browser_surface_texture_manager.h', 407 'browser/android/browser_surface_texture_manager.h',
407 'browser/android/child_process_launcher_android.cc', 408 'browser/android/child_process_launcher_android.cc',
408 'browser/android/child_process_launcher_android.h', 409 'browser/android/child_process_launcher_android.h',
409 'browser/android/content_protocol_handler_impl.cc', 410 'browser/android/content_protocol_handler_impl.cc',
410 'browser/android/content_protocol_handler_impl.h', 411 'browser/android/content_protocol_handler_impl.h',
411 'browser/android/content_startup_flags.cc', 412 'browser/android/content_startup_flags.cc',
412 'browser/android/content_startup_flags.h', 413 'browser/android/content_startup_flags.h',
413 'browser/android/content_video_view.cc', 414 'browser/android/content_video_view.cc',
414 'browser/android/content_video_view.h', 415 'browser/android/content_video_view.h',
415 'browser/android/devtools_auth.cc', 416 'browser/android/devtools_auth.cc',
416 'browser/android/service_registry_android_impl.cc', 417 'browser/android/interface_provider_android_impl.cc',
417 'browser/android/service_registry_android_impl.h', 418 'browser/android/interface_provider_android_impl.h',
419 'browser/android/interface_registry_android_impl.cc',
420 'browser/android/interface_registry_android_impl.h',
418 'browser/android/url_request_content_job.cc', 421 'browser/android/url_request_content_job.cc',
419 'browser/android/url_request_content_job.h', 422 'browser/android/url_request_content_job.h',
420 'browser/appcache/appcache.cc', 423 'browser/appcache/appcache.cc',
421 'browser/appcache/appcache.h', 424 'browser/appcache/appcache.h',
422 'browser/appcache/appcache_backend_impl.cc', 425 'browser/appcache/appcache_backend_impl.cc',
423 'browser/appcache/appcache_backend_impl.h', 426 'browser/appcache/appcache_backend_impl.h',
424 'browser/appcache/appcache_database.cc', 427 'browser/appcache/appcache_database.cc',
425 'browser/appcache/appcache_database.h', 428 'browser/appcache/appcache_database.h',
426 'browser/appcache/appcache_disk_cache.cc', 429 'browser/appcache/appcache_disk_cache.cc',
427 'browser/appcache/appcache_disk_cache.h', 430 'browser/appcache/appcache_disk_cache.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 'browser/memory/memory_pressure_controller_impl.h', 1067 'browser/memory/memory_pressure_controller_impl.h',
1065 'browser/message_port_message_filter.cc', 1068 'browser/message_port_message_filter.cc',
1066 'browser/message_port_message_filter.h', 1069 'browser/message_port_message_filter.h',
1067 'browser/message_port_provider.cc', 1070 'browser/message_port_provider.cc',
1068 'browser/message_port_service.cc', 1071 'browser/message_port_service.cc',
1069 'browser/message_port_service.h', 1072 'browser/message_port_service.h',
1070 'browser/mime_registry_impl.cc', 1073 'browser/mime_registry_impl.cc',
1071 'browser/mime_registry_impl.h', 1074 'browser/mime_registry_impl.h',
1072 'browser/mojo/constants.cc', 1075 'browser/mojo/constants.cc',
1073 'browser/mojo/constants.h', 1076 'browser/mojo/constants.h',
1077 'browser/mojo/interface_registrar_android.cc',
1078 'browser/mojo/interface_registrar_android.h',
1074 'browser/mojo/mojo_child_connection.cc', 1079 'browser/mojo/mojo_child_connection.cc',
1075 'browser/mojo/mojo_child_connection.h', 1080 'browser/mojo/mojo_child_connection.h',
1076 'browser/mojo/mojo_shell_context.cc', 1081 'browser/mojo/mojo_shell_context.cc',
1077 'browser/mojo/mojo_shell_context.h', 1082 'browser/mojo/mojo_shell_context.h',
1078 'browser/mojo/service_registrar_android.cc',
1079 'browser/mojo/service_registrar_android.h',
1080 'browser/net/browser_online_state_observer.cc', 1083 'browser/net/browser_online_state_observer.cc',
1081 'browser/net/browser_online_state_observer.h', 1084 'browser/net/browser_online_state_observer.h',
1082 'browser/net/network_errors_listing_ui.cc', 1085 'browser/net/network_errors_listing_ui.cc',
1083 'browser/net/network_errors_listing_ui.h', 1086 'browser/net/network_errors_listing_ui.h',
1084 'browser/net/quota_policy_cookie_store.cc', 1087 'browser/net/quota_policy_cookie_store.cc',
1085 'browser/net/quota_policy_cookie_store.h', 1088 'browser/net/quota_policy_cookie_store.h',
1086 'browser/net/view_blob_internals_job_factory.cc', 1089 'browser/net/view_blob_internals_job_factory.cc',
1087 'browser/net/view_blob_internals_job_factory.h', 1090 'browser/net/view_blob_internals_job_factory.h',
1088 'browser/net/view_http_cache_job_factory.cc', 1091 'browser/net/view_http_cache_job_factory.cc',
1089 'browser/net/view_http_cache_job_factory.h', 1092 'browser/net/view_http_cache_job_factory.h',
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 ], 2113 ],
2111 }], 2114 }],
2112 ['OS != "mac" and OS != "android"', { 2115 ['OS != "mac" and OS != "android"', {
2113 'sources!': [ 2116 'sources!': [
2114 'browser/gpu/gpu_surface_tracker.cc', 2117 'browser/gpu/gpu_surface_tracker.cc',
2115 'browser/gpu/gpu_surface_tracker.h', 2118 'browser/gpu/gpu_surface_tracker.h',
2116 ], 2119 ],
2117 }], 2120 }],
2118 ], 2121 ],
2119 } 2122 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698