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

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

Issue 2811083002: Move frame eviction into components (Closed)
Patch Set: 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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "push_messaging/push_messaging_manager.h", 1041 "push_messaging/push_messaging_manager.h",
1042 "push_messaging/push_messaging_router.cc", 1042 "push_messaging/push_messaging_router.cc",
1043 "push_messaging/push_messaging_router.h", 1043 "push_messaging/push_messaging_router.h",
1044 "quota_dispatcher_host.cc", 1044 "quota_dispatcher_host.cc",
1045 "quota_dispatcher_host.h", 1045 "quota_dispatcher_host.h",
1046 "renderer_host/clipboard_message_filter.cc", 1046 "renderer_host/clipboard_message_filter.cc",
1047 "renderer_host/clipboard_message_filter.h", 1047 "renderer_host/clipboard_message_filter.h",
1048 "renderer_host/clipboard_message_filter_mac.mm", 1048 "renderer_host/clipboard_message_filter_mac.mm",
1049 "renderer_host/database_message_filter.cc", 1049 "renderer_host/database_message_filter.cc",
1050 "renderer_host/database_message_filter.h", 1050 "renderer_host/database_message_filter.h",
1051 "renderer_host/delegated_frame_evictor.cc",
1052 "renderer_host/delegated_frame_evictor.h",
1053 "renderer_host/dip_util.cc", 1051 "renderer_host/dip_util.cc",
1054 "renderer_host/dip_util.h", 1052 "renderer_host/dip_util.h",
1055 "renderer_host/dwrite_font_proxy_message_filter_win.cc", 1053 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
1056 "renderer_host/dwrite_font_proxy_message_filter_win.h", 1054 "renderer_host/dwrite_font_proxy_message_filter_win.h",
1057 "renderer_host/event_with_latency_info.h", 1055 "renderer_host/event_with_latency_info.h",
1058 "renderer_host/file_utilities_message_filter.cc", 1056 "renderer_host/file_utilities_message_filter.cc",
1059 "renderer_host/file_utilities_message_filter.h", 1057 "renderer_host/file_utilities_message_filter.h",
1060 "renderer_host/font_utils_linux.cc", 1058 "renderer_host/font_utils_linux.cc",
1061 "renderer_host/font_utils_linux.h", 1059 "renderer_host/font_utils_linux.h",
1062 "renderer_host/frame_metadata_util.cc", 1060 "renderer_host/frame_metadata_util.cc",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 "renderer_host/render_widget_host_view_base.h", 1239 "renderer_host/render_widget_host_view_base.h",
1242 "renderer_host/render_widget_host_view_base_observer.cc", 1240 "renderer_host/render_widget_host_view_base_observer.cc",
1243 "renderer_host/render_widget_host_view_base_observer.h", 1241 "renderer_host/render_widget_host_view_base_observer.h",
1244 "renderer_host/render_widget_host_view_frame_subscriber.h", 1242 "renderer_host/render_widget_host_view_frame_subscriber.h",
1245 "renderer_host/render_widget_host_view_mac.h", 1243 "renderer_host/render_widget_host_view_mac.h",
1246 "renderer_host/render_widget_host_view_mac.mm", 1244 "renderer_host/render_widget_host_view_mac.mm",
1247 "renderer_host/render_widget_host_view_mac_dictionary_helper.h", 1245 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1248 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm", 1246 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1249 "renderer_host/render_widget_host_view_mac_editcommand_helper.h", 1247 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1250 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm", 1248 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
1251 "renderer_host/renderer_frame_manager.cc",
1252 "renderer_host/renderer_frame_manager.h",
1253 "renderer_host/sandbox_ipc_linux.cc", 1249 "renderer_host/sandbox_ipc_linux.cc",
1254 "renderer_host/sandbox_ipc_linux.h", 1250 "renderer_host/sandbox_ipc_linux.h",
1255 "renderer_host/text_input_client_mac.h", 1251 "renderer_host/text_input_client_mac.h",
1256 "renderer_host/text_input_client_mac.mm", 1252 "renderer_host/text_input_client_mac.mm",
1257 "renderer_host/text_input_client_message_filter.h", 1253 "renderer_host/text_input_client_message_filter.h",
1258 "renderer_host/text_input_client_message_filter.mm", 1254 "renderer_host/text_input_client_message_filter.mm",
1259 "renderer_host/text_input_manager.cc", 1255 "renderer_host/text_input_manager.cc",
1260 "renderer_host/text_input_manager.h", 1256 "renderer_host/text_input_manager.h",
1261 "renderer_host/ui_events_helper.cc", 1257 "renderer_host/ui_events_helper.cc",
1262 "renderer_host/ui_events_helper.h", 1258 "renderer_host/ui_events_helper.h",
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
2071 if (!is_component_build) { 2067 if (!is_component_build) {
2072 public_deps = [ 2068 public_deps = [
2073 ":browser", 2069 ":browser",
2074 ] 2070 ]
2075 } else { 2071 } else {
2076 public_deps = [ 2072 public_deps = [
2077 "//third_party/leveldatabase", 2073 "//third_party/leveldatabase",
2078 ] 2074 ]
2079 } 2075 }
2080 } 2076 }
OLDNEW
« no previous file with comments | « components/viz/frame_sinks/viz_export.h ('k') | content/browser/renderer_host/delegated_frame_evictor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698