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

Unified Diff: cc/BUILD.gn

Issue 2340143002: cc: Rename LayerTreeHost to LayerTreeHostInProcess. (Closed)
Patch Set: tests + comment updates Created 4 years, 3 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 | « no previous file | cc/layers/heads_up_display_layer.cc » ('j') | cc/trees/layer_tree_host_in_process.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index b4dcd57f26d7c0c5ea710585904c4f558748af89..a02f74228c5ee84cae41318eeebc11bbd8d72dd5 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -499,14 +499,14 @@ component("cc") {
"trees/latency_info_swap_promise_monitor.h",
"trees/layer_tree.cc",
"trees/layer_tree.h",
- "trees/layer_tree_host.cc",
"trees/layer_tree_host.h",
"trees/layer_tree_host_client.h",
"trees/layer_tree_host_common.cc",
"trees/layer_tree_host_common.h",
"trees/layer_tree_host_impl.cc",
"trees/layer_tree_host_impl.h",
- "trees/layer_tree_host_interface.h",
+ "trees/layer_tree_host_in_process.cc",
+ "trees/layer_tree_host_in_process.h",
"trees/layer_tree_host_single_thread_client.h",
"trees/layer_tree_impl.cc",
"trees/layer_tree_impl.h",
« no previous file with comments | « no previous file | cc/layers/heads_up_display_layer.cc » ('j') | cc/trees/layer_tree_host_in_process.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698