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

Unified Diff: ui/aura/BUILD.gn

Issue 703753005: More Windows build fixes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove generated files Created 6 years, 1 month 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 | « third_party/wtl/using_wtl.vsprops ('k') | ui/aura/remote_window_tree_host_win.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 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",
]
}
« no previous file with comments | « third_party/wtl/using_wtl.vsprops ('k') | ui/aura/remote_window_tree_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698