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

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

Issue 2773433003: Fix CompositorResizeLock to do something. (Closed)
Patch Set: resizelock: observer-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
« no previous file with comments | « no previous file | content/browser/renderer_host/browser_compositor_view_mac.h » ('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 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 "//ui/wm", 1918 "//ui/wm",
1921 ] 1919 ]
1922 sources += [ 1920 sources += [
1923 "renderer_host/delegated_frame_host_client_aura.cc", 1921 "renderer_host/delegated_frame_host_client_aura.cc",
1924 "renderer_host/delegated_frame_host_client_aura.h", 1922 "renderer_host/delegated_frame_host_client_aura.h",
1925 "renderer_host/render_widget_host_view_event_handler.cc", 1923 "renderer_host/render_widget_host_view_event_handler.cc",
1926 "renderer_host/render_widget_host_view_event_handler.h", 1924 "renderer_host/render_widget_host_view_event_handler.h",
1927 ] 1925 ]
1928 } else { # Not aura. 1926 } else { # Not aura.
1929 sources -= [ 1927 sources -= [
1930 "renderer_host/compositor_resize_lock_aura.cc",
1931 "renderer_host/compositor_resize_lock_aura.h",
1932 "renderer_host/input/synthetic_gesture_target_aura.cc", 1928 "renderer_host/input/synthetic_gesture_target_aura.cc",
1933 "renderer_host/input/synthetic_gesture_target_aura.h", 1929 "renderer_host/input/synthetic_gesture_target_aura.h",
1934 "renderer_host/input/touch_selection_controller_client_aura.cc", 1930 "renderer_host/input/touch_selection_controller_client_aura.cc",
1935 "renderer_host/input/touch_selection_controller_client_aura.h", 1931 "renderer_host/input/touch_selection_controller_client_aura.h",
1936 "renderer_host/native_web_keyboard_event_aura.cc", 1932 "renderer_host/native_web_keyboard_event_aura.cc",
1937 "renderer_host/render_widget_host_view_aura.cc", 1933 "renderer_host/render_widget_host_view_aura.cc",
1938 "renderer_host/render_widget_host_view_aura.h", 1934 "renderer_host/render_widget_host_view_aura.h",
1939 "renderer_host/ui_events_helper.cc", 1935 "renderer_host/ui_events_helper.cc",
1940 "renderer_host/ui_events_helper.h", 1936 "renderer_host/ui_events_helper.h",
1941 "web_contents/aura/gesture_nav_simple.cc", 1937 "web_contents/aura/gesture_nav_simple.cc",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1983 "compositor/software_output_device_mac.mm", 1979 "compositor/software_output_device_mac.mm",
1984 "compositor/software_output_device_ozone.cc", 1980 "compositor/software_output_device_ozone.cc",
1985 "compositor/software_output_device_ozone.h", 1981 "compositor/software_output_device_ozone.h",
1986 "compositor/software_output_device_win.cc", 1982 "compositor/software_output_device_win.cc",
1987 "compositor/software_output_device_win.h", 1983 "compositor/software_output_device_win.h",
1988 "compositor/software_output_device_x11.cc", 1984 "compositor/software_output_device_x11.cc",
1989 "compositor/software_output_device_x11.h", 1985 "compositor/software_output_device_x11.h",
1990 "context_factory.cc", 1986 "context_factory.cc",
1991 "renderer_host/browser_compositor_view_mac.h", 1987 "renderer_host/browser_compositor_view_mac.h",
1992 "renderer_host/browser_compositor_view_mac.mm", 1988 "renderer_host/browser_compositor_view_mac.mm",
1989 "renderer_host/compositor_resize_lock.cc",
1990 "renderer_host/compositor_resize_lock.h",
1993 "renderer_host/delegated_frame_host.cc", 1991 "renderer_host/delegated_frame_host.cc",
1994 "renderer_host/delegated_frame_host.h", 1992 "renderer_host/delegated_frame_host.h",
1995 "renderer_host/resize_lock.cc",
1996 "renderer_host/resize_lock.h",
1997 ] 1993 ]
1998 if (enable_vulkan) { 1994 if (enable_vulkan) {
1999 sources += [ 1995 sources += [
2000 "compositor/vulkan_browser_compositor_output_surface.cc", 1996 "compositor/vulkan_browser_compositor_output_surface.cc",
2001 "compositor/vulkan_browser_compositor_output_surface.h", 1997 "compositor/vulkan_browser_compositor_output_surface.h",
2002 ] 1998 ]
2003 } 1999 }
2004 if (!use_x11) { 2000 if (!use_x11) {
2005 sources -= [ 2001 sources -= [
2006 "compositor/software_output_device_x11.cc", 2002 "compositor/software_output_device_x11.cc",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 if (!is_component_build) { 2050 if (!is_component_build) {
2055 public_deps = [ 2051 public_deps = [
2056 ":browser", 2052 ":browser",
2057 ] 2053 ]
2058 } else { 2054 } else {
2059 public_deps = [ 2055 public_deps = [
2060 "//third_party/leveldatabase", 2056 "//third_party/leveldatabase",
2061 ] 2057 ]
2062 } 2058 }
2063 } 2059 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/browser_compositor_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698