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

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: remove display_ DCHECK. 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 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 'browser/android/synchronous_compositor_observer.cc', 1632 'browser/android/synchronous_compositor_observer.cc',
1633 'browser/android/synchronous_compositor_observer.h', 1633 'browser/android/synchronous_compositor_observer.h',
1634 'browser/android/tracing_controller_android.cc', 1634 'browser/android/tracing_controller_android.cc',
1635 'browser/android/tracing_controller_android.h', 1635 'browser/android/tracing_controller_android.h',
1636 'browser/android/web_contents_observer_proxy.cc', 1636 'browser/android/web_contents_observer_proxy.cc',
1637 'browser/android/web_contents_observer_proxy.h', 1637 'browser/android/web_contents_observer_proxy.h',
1638 'browser/media/capture/screen_capture_device_android.cc', 1638 'browser/media/capture/screen_capture_device_android.cc',
1639 'browser/media/capture/screen_capture_device_android.h', 1639 'browser/media/capture/screen_capture_device_android.h',
1640 'browser/renderer_host/compositor_impl_android.cc', 1640 'browser/renderer_host/compositor_impl_android.cc',
1641 'browser/renderer_host/compositor_impl_android.h', 1641 'browser/renderer_host/compositor_impl_android.h',
1642 'browser/renderer_host/context_provider_factory_impl_android.cc',
1643 'browser/renderer_host/context_provider_factory_impl_android.h',
1642 'browser/renderer_host/ime_adapter_android.cc', 1644 'browser/renderer_host/ime_adapter_android.cc',
1643 'browser/renderer_host/ime_adapter_android.h', 1645 'browser/renderer_host/ime_adapter_android.h',
1644 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 1646 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
1645 'browser/renderer_host/input/synthetic_gesture_target_android.h', 1647 'browser/renderer_host/input/synthetic_gesture_target_android.h',
1646 'browser/renderer_host/native_web_keyboard_event_android.cc', 1648 'browser/renderer_host/native_web_keyboard_event_android.cc',
1647 'browser/renderer_host/render_widget_host_view_android.cc', 1649 'browser/renderer_host/render_widget_host_view_android.cc',
1648 'browser/renderer_host/render_widget_host_view_android.h', 1650 'browser/renderer_host/render_widget_host_view_android.h',
1649 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1651 'browser/screen_orientation/screen_orientation_delegate_android.cc',
1650 'browser/screen_orientation/screen_orientation_delegate_android.h', 1652 'browser/screen_orientation/screen_orientation_delegate_android.h',
1651 'browser/screen_orientation/screen_orientation_message_filter_android.cc', 1653 'browser/screen_orientation/screen_orientation_message_filter_android.cc',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
2109 ], 2111 ],
2110 }], 2112 }],
2111 ['OS != "mac" and OS != "android"', { 2113 ['OS != "mac" and OS != "android"', {
2112 'sources!': [ 2114 'sources!': [
2113 'browser/gpu/gpu_surface_tracker.cc', 2115 'browser/gpu/gpu_surface_tracker.cc',
2114 'browser/gpu/gpu_surface_tracker.h', 2116 'browser/gpu/gpu_surface_tracker.h',
2115 ], 2117 ],
2116 }], 2118 }],
2117 ], 2119 ],
2118 } 2120 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/command_buffer_metrics.cc ('k') | content/public/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698