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

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: address comments 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
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ui/aura/aura.gyp » ('j') | ui/aura/aura.gyp » ('J')
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 2aa15ec9e600261c9165b0e41a1ad7925fddc0a9..31480a2adb91083b35be92636c44ea93c7c2a2ba 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_platform.cc",
+ "window_tree_host_platform.h",
]
deps += [ "//ui/ozone" ]
mfomitchev 2015/10/09 13:56:54 this dep should remain ozone only
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ui/aura/aura.gyp » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698