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

Side by Side Diff: content/content_browser.gypi

Issue 2133873004: content: Move Surfaces related code out of RWHVA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 'browser/android/synchronous_compositor_host.cc', 1662 'browser/android/synchronous_compositor_host.cc',
1663 'browser/android/synchronous_compositor_host.h', 1663 'browser/android/synchronous_compositor_host.h',
1664 'browser/android/tracing_controller_android.cc', 1664 'browser/android/tracing_controller_android.cc',
1665 'browser/android/tracing_controller_android.h', 1665 'browser/android/tracing_controller_android.h',
1666 'browser/android/web_contents_observer_proxy.cc', 1666 'browser/android/web_contents_observer_proxy.cc',
1667 'browser/android/web_contents_observer_proxy.h', 1667 'browser/android/web_contents_observer_proxy.h',
1668 'browser/media/capture/screen_capture_device_android.cc', 1668 'browser/media/capture/screen_capture_device_android.cc',
1669 'browser/media/capture/screen_capture_device_android.h', 1669 'browser/media/capture/screen_capture_device_android.h',
1670 'browser/renderer_host/compositor_impl_android.cc', 1670 'browser/renderer_host/compositor_impl_android.cc',
1671 'browser/renderer_host/compositor_impl_android.h', 1671 'browser/renderer_host/compositor_impl_android.h',
1672 'browser/renderer_host/delegated_frame_host_android.cc',
1673 'browser/renderer_host/delegated_frame_host_android.h',
1672 'browser/renderer_host/ime_adapter_android.cc', 1674 'browser/renderer_host/ime_adapter_android.cc',
1673 'browser/renderer_host/ime_adapter_android.h', 1675 'browser/renderer_host/ime_adapter_android.h',
1674 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 1676 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
1675 'browser/renderer_host/input/synthetic_gesture_target_android.h', 1677 'browser/renderer_host/input/synthetic_gesture_target_android.h',
1676 'browser/renderer_host/native_web_keyboard_event_android.cc', 1678 'browser/renderer_host/native_web_keyboard_event_android.cc',
1677 'browser/renderer_host/render_widget_host_view_android.cc', 1679 'browser/renderer_host/render_widget_host_view_android.cc',
1678 'browser/renderer_host/render_widget_host_view_android.h', 1680 'browser/renderer_host/render_widget_host_view_android.h',
1679 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1681 'browser/screen_orientation/screen_orientation_delegate_android.cc',
1680 'browser/screen_orientation/screen_orientation_delegate_android.h', 1682 'browser/screen_orientation/screen_orientation_delegate_android.h',
1681 'browser/screen_orientation/screen_orientation_message_filter_android.cc', 1683 'browser/screen_orientation/screen_orientation_message_filter_android.cc',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
2154 ], 2156 ],
2155 }], 2157 }],
2156 ['OS != "mac" and OS != "android"', { 2158 ['OS != "mac" and OS != "android"', {
2157 'sources!': [ 2159 'sources!': [
2158 'browser/gpu/gpu_surface_tracker.cc', 2160 'browser/gpu/gpu_surface_tracker.cc',
2159 'browser/gpu/gpu_surface_tracker.h', 2161 'browser/gpu/gpu_surface_tracker.h',
2160 ], 2162 ],
2161 }], 2163 }],
2162 ], 2164 ],
2163 } 2165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698