Index: ui/aura/BUILD.gn |
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn |
index 124ce333596783da68e51c4ba880eb4c55306b02..0123ab32eef3e91bb4896f575ac0de89672491ae 100644 |
--- a/ui/aura/BUILD.gn |
+++ b/ui/aura/BUILD.gn |
@@ -40,8 +40,6 @@ component("aura") { |
"input_state_lookup_win.h", |
"layout_manager.cc", |
"layout_manager.h", |
- "remote_window_tree_host_win.cc", |
- "remote_window_tree_host_win.h", |
"scoped_window_targeter.cc", |
"scoped_window_targeter.h", |
"window.cc", |
@@ -120,6 +118,7 @@ component("aura") { |
if (is_win) { |
sources -= [ |
"input_state_lookup.cc", |
+ "window_tree_host_x11.cc", |
] |
} |