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

Unified Diff: ui/aura/BUILD.gn

Issue 2438853002: Renames aura::client::WindowTreeClient to WindowParentingClient (Closed)
Patch Set: cleanup Created 4 years, 2 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 | « headless/lib/browser/headless_window_tree_client.cc ('k') | ui/aura/client/window_parenting_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 07654fa2c6f771faa49652924b23233873e05bf5..2fda230b4fb6714b89f515bbb4e2855632926006 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -51,10 +51,10 @@ component("aura") {
"client/screen_position_client.h",
"client/visibility_client.cc",
"client/visibility_client.h",
+ "client/window_parenting_client.cc",
+ "client/window_parenting_client.h",
"client/window_stacking_client.cc",
"client/window_stacking_client.h",
- "client/window_tree_client.cc",
- "client/window_tree_client.h",
"env.cc",
"env.h",
"env_input_state_controller.cc",
@@ -172,8 +172,8 @@ static_library("test_support") {
"test/test_screen.h",
"test/test_window_delegate.cc",
"test/test_window_delegate.h",
- "test/test_window_tree_client.cc",
- "test/test_window_tree_client.h",
+ "test/test_window_parenting_client.cc",
+ "test/test_window_parenting_client.h",
"test/test_windows.cc",
"test/test_windows.h",
"test/ui_controls_factory_aura.h",
« no previous file with comments | « headless/lib/browser/headless_window_tree_client.cc ('k') | ui/aura/client/window_parenting_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698