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

Side by Side Diff: content/browser/BUILD.gn

Issue 2773433003: Fix CompositorResizeLock to do something. (Closed)
Patch Set: resizelock: rebase Created 3 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 "push_messaging/push_messaging_context.h", 1032 "push_messaging/push_messaging_context.h",
1033 "push_messaging/push_messaging_manager.cc", 1033 "push_messaging/push_messaging_manager.cc",
1034 "push_messaging/push_messaging_manager.h", 1034 "push_messaging/push_messaging_manager.h",
1035 "push_messaging/push_messaging_router.cc", 1035 "push_messaging/push_messaging_router.cc",
1036 "push_messaging/push_messaging_router.h", 1036 "push_messaging/push_messaging_router.h",
1037 "quota_dispatcher_host.cc", 1037 "quota_dispatcher_host.cc",
1038 "quota_dispatcher_host.h", 1038 "quota_dispatcher_host.h",
1039 "renderer_host/clipboard_message_filter.cc", 1039 "renderer_host/clipboard_message_filter.cc",
1040 "renderer_host/clipboard_message_filter.h", 1040 "renderer_host/clipboard_message_filter.h",
1041 "renderer_host/clipboard_message_filter_mac.mm", 1041 "renderer_host/clipboard_message_filter_mac.mm",
1042 "renderer_host/compositor_resize_lock_aura.cc",
1043 "renderer_host/compositor_resize_lock_aura.h",
1044 "renderer_host/database_message_filter.cc", 1042 "renderer_host/database_message_filter.cc",
1045 "renderer_host/database_message_filter.h", 1043 "renderer_host/database_message_filter.h",
1046 "renderer_host/delegated_frame_evictor.cc", 1044 "renderer_host/delegated_frame_evictor.cc",
1047 "renderer_host/delegated_frame_evictor.h", 1045 "renderer_host/delegated_frame_evictor.h",
1048 "renderer_host/dip_util.cc", 1046 "renderer_host/dip_util.cc",
1049 "renderer_host/dip_util.h", 1047 "renderer_host/dip_util.h",
1050 "renderer_host/dwrite_font_proxy_message_filter_win.cc", 1048 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1051 "renderer_host/dwrite_font_proxy_message_filter_win.h", 1049 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1052 "renderer_host/event_with_latency_info.h", 1050 "renderer_host/event_with_latency_info.h",
1053 "renderer_host/file_utilities_message_filter.cc", 1051 "renderer_host/file_utilities_message_filter.cc",
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 "//ui/wm", 1920 "//ui/wm",
1923 ] 1921 ]
1924 sources += [ 1922 sources += [
1925 "renderer_host/delegated_frame_host_client_aura.cc", 1923 "renderer_host/delegated_frame_host_client_aura.cc",
1926 "renderer_host/delegated_frame_host_client_aura.h", 1924 "renderer_host/delegated_frame_host_client_aura.h",
1927 "renderer_host/render_widget_host_view_event_handler.cc", 1925 "renderer_host/render_widget_host_view_event_handler.cc",
1928 "renderer_host/render_widget_host_view_event_handler.h", 1926 "renderer_host/render_widget_host_view_event_handler.h",
1929 ] 1927 ]
1930 } else { # Not aura. 1928 } else { # Not aura.
1931 sources -= [ 1929 sources -= [
1932 "renderer_host/compositor_resize_lock_aura.cc",
1933 "renderer_host/compositor_resize_lock_aura.h",
1934 "renderer_host/input/synthetic_gesture_target_aura.cc", 1930 "renderer_host/input/synthetic_gesture_target_aura.cc",
1935 "renderer_host/input/synthetic_gesture_target_aura.h", 1931 "renderer_host/input/synthetic_gesture_target_aura.h",
1936 "renderer_host/input/touch_selection_controller_client_aura.cc", 1932 "renderer_host/input/touch_selection_controller_client_aura.cc",
1937 "renderer_host/input/touch_selection_controller_client_aura.h", 1933 "renderer_host/input/touch_selection_controller_client_aura.h",
1938 "renderer_host/native_web_keyboard_event_aura.cc", 1934 "renderer_host/native_web_keyboard_event_aura.cc",
1939 "renderer_host/render_widget_host_view_aura.cc", 1935 "renderer_host/render_widget_host_view_aura.cc",
1940 "renderer_host/render_widget_host_view_aura.h", 1936 "renderer_host/render_widget_host_view_aura.h",
1941 "renderer_host/ui_events_helper.cc", 1937 "renderer_host/ui_events_helper.cc",
1942 "renderer_host/ui_events_helper.h", 1938 "renderer_host/ui_events_helper.h",
1943 "web_contents/aura/gesture_nav_simple.cc", 1939 "web_contents/aura/gesture_nav_simple.cc",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 "compositor/software_output_device_mac.mm", 1981 "compositor/software_output_device_mac.mm",
1986 "compositor/software_output_device_ozone.cc", 1982 "compositor/software_output_device_ozone.cc",
1987 "compositor/software_output_device_ozone.h", 1983 "compositor/software_output_device_ozone.h",
1988 "compositor/software_output_device_win.cc", 1984 "compositor/software_output_device_win.cc",
1989 "compositor/software_output_device_win.h", 1985 "compositor/software_output_device_win.h",
1990 "compositor/software_output_device_x11.cc", 1986 "compositor/software_output_device_x11.cc",
1991 "compositor/software_output_device_x11.h", 1987 "compositor/software_output_device_x11.h",
1992 "context_factory.cc", 1988 "context_factory.cc",
1993 "renderer_host/browser_compositor_view_mac.h", 1989 "renderer_host/browser_compositor_view_mac.h",
1994 "renderer_host/browser_compositor_view_mac.mm", 1990 "renderer_host/browser_compositor_view_mac.mm",
1991 "renderer_host/compositor_resize_lock.cc",
1992 "renderer_host/compositor_resize_lock.h",
1995 "renderer_host/delegated_frame_host.cc", 1993 "renderer_host/delegated_frame_host.cc",
1996 "renderer_host/delegated_frame_host.h", 1994 "renderer_host/delegated_frame_host.h",
1997 "renderer_host/resize_lock.cc",
1998 "renderer_host/resize_lock.h",
1999 ] 1995 ]
2000 if (enable_vulkan) { 1996 if (enable_vulkan) {
2001 sources += [ 1997 sources += [
2002 "compositor/vulkan_browser_compositor_output_surface.cc", 1998 "compositor/vulkan_browser_compositor_output_surface.cc",
2003 "compositor/vulkan_browser_compositor_output_surface.h", 1999 "compositor/vulkan_browser_compositor_output_surface.h",
2004 ] 2000 ]
2005 } 2001 }
2006 if (!use_x11) { 2002 if (!use_x11) {
2007 sources -= [ 2003 sources -= [
2008 "compositor/software_output_device_x11.cc", 2004 "compositor/software_output_device_x11.cc",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 if (!is_component_build) { 2052 if (!is_component_build) {
2057 public_deps = [ 2053 public_deps = [
2058 ":browser", 2054 ":browser",
2059 ] 2055 ]
2060 } else { 2056 } else {
2061 public_deps = [ 2057 public_deps = [
2062 "//third_party/leveldatabase", 2058 "//third_party/leveldatabase",
2063 ] 2059 ]
2064 } 2060 }
2065 } 2061 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/browser_compositor_view_mac.h » ('j') | ui/compositor/compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698