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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1d10e46593b5d5c135ec8fc81a175fbea61b975a..92bfe066e7ede65be562e2e5ea760789095dc528 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1048,8 +1048,6 @@ source_set("browser") {
"renderer_host/clipboard_message_filter_mac.mm",
"renderer_host/database_message_filter.cc",
"renderer_host/database_message_filter.h",
- "renderer_host/delegated_frame_evictor.cc",
- "renderer_host/delegated_frame_evictor.h",
"renderer_host/dip_util.cc",
"renderer_host/dip_util.h",
"renderer_host/dwrite_font_proxy_message_filter_win.cc",
@@ -1248,8 +1246,6 @@ source_set("browser") {
"renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
"renderer_host/render_widget_host_view_mac_editcommand_helper.h",
"renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
- "renderer_host/renderer_frame_manager.cc",
- "renderer_host/renderer_frame_manager.h",
"renderer_host/sandbox_ipc_linux.cc",
"renderer_host/sandbox_ipc_linux.h",
"renderer_host/text_input_client_mac.h",
« 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