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

Unified Diff: ui/aura/BUILD.gn

Issue 1390883003: aura: Unify WindowTreeHost for some platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 2aa15ec9e600261c9165b0e41a1ad7925fddc0a9..a543186a6efbf3f82781185e5dc2d8b77792d16e 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -86,8 +86,6 @@ component("aura") {
"window_tree_host_mac.h",
"window_tree_host_mac.mm",
"window_tree_host_observer.h",
- "window_tree_host_win.cc",
- "window_tree_host_win.h",
"window_tree_host_x11.cc",
"window_tree_host_x11.h",
]
@@ -137,10 +135,10 @@ component("aura") {
]
}
- if (use_ozone) {
+ if (use_ozone || is_win) {
sources += [
- "window_tree_host_ozone.cc",
- "window_tree_host_ozone.h",
+ "window_tree_host_impl.cc",
+ "window_tree_host_impl.h",
]
deps += [ "//ui/ozone" ]
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ui/aura/aura.gyp » ('j') | ui/aura/window_tree_host_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698