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

Side by Side Diff: content/content_browser.gypi

Issue 2190033002: content: Add ContextProviderFactory to create a render ContextProvider. (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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'variables': { 105 'variables': {
106 'public_browser_sources': [ 106 'public_browser_sources': [
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/context_provider_factory.h',
115 'public/browser/android/devtools_auth.h', 116 'public/browser/android/devtools_auth.h',
116 'public/browser/android/external_video_surface_container.h', 117 'public/browser/android/external_video_surface_container.h',
117 'public/browser/android/service_registry_android.h', 118 'public/browser/android/service_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',
(...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 'browser/android/synchronous_compositor_host.cc', 1673 'browser/android/synchronous_compositor_host.cc',
1673 'browser/android/synchronous_compositor_host.h', 1674 'browser/android/synchronous_compositor_host.h',
1674 'browser/android/tracing_controller_android.cc', 1675 'browser/android/tracing_controller_android.cc',
1675 'browser/android/tracing_controller_android.h', 1676 'browser/android/tracing_controller_android.h',
1676 'browser/android/web_contents_observer_proxy.cc', 1677 'browser/android/web_contents_observer_proxy.cc',
1677 'browser/android/web_contents_observer_proxy.h', 1678 'browser/android/web_contents_observer_proxy.h',
1678 'browser/media/capture/screen_capture_device_android.cc', 1679 'browser/media/capture/screen_capture_device_android.cc',
1679 'browser/media/capture/screen_capture_device_android.h', 1680 'browser/media/capture/screen_capture_device_android.h',
1680 'browser/renderer_host/compositor_impl_android.cc', 1681 'browser/renderer_host/compositor_impl_android.cc',
1681 'browser/renderer_host/compositor_impl_android.h', 1682 'browser/renderer_host/compositor_impl_android.h',
1683 'browser/renderer_host/context_provider_factory_impl_android.cc',
1684 'browser/renderer_host/context_provider_factory_impl_android.h',
1682 'browser/renderer_host/ime_adapter_android.cc', 1685 'browser/renderer_host/ime_adapter_android.cc',
1683 'browser/renderer_host/ime_adapter_android.h', 1686 'browser/renderer_host/ime_adapter_android.h',
1684 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 1687 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
1685 'browser/renderer_host/input/synthetic_gesture_target_android.h', 1688 'browser/renderer_host/input/synthetic_gesture_target_android.h',
1686 'browser/renderer_host/native_web_keyboard_event_android.cc', 1689 'browser/renderer_host/native_web_keyboard_event_android.cc',
1687 'browser/renderer_host/render_widget_host_view_android.cc', 1690 'browser/renderer_host/render_widget_host_view_android.cc',
1688 'browser/renderer_host/render_widget_host_view_android.h', 1691 'browser/renderer_host/render_widget_host_view_android.h',
1689 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1692 'browser/screen_orientation/screen_orientation_delegate_android.cc',
1690 'browser/screen_orientation/screen_orientation_delegate_android.h', 1693 'browser/screen_orientation/screen_orientation_delegate_android.h',
1691 'browser/screen_orientation/screen_orientation_message_filter_android.cc', 1694 'browser/screen_orientation/screen_orientation_message_filter_android.cc',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 ], 2173 ],
2171 }], 2174 }],
2172 ['OS != "mac" and OS != "android"', { 2175 ['OS != "mac" and OS != "android"', {
2173 'sources!': [ 2176 'sources!': [
2174 'browser/gpu/gpu_surface_tracker.cc', 2177 'browser/gpu/gpu_surface_tracker.cc',
2175 'browser/gpu/gpu_surface_tracker.h', 2178 'browser/gpu/gpu_surface_tracker.h',
2176 ], 2179 ],
2177 }], 2180 }],
2178 ], 2181 ],
2179 } 2182 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698