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

Unified Diff: ui/views/BUILD.gn

Issue 2830933006: Obsolete the ozone code path in ui/views/ (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | ui/views/widget/desktop_aura/desktop_factory_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 7c3d7bbf3e46d17d6c3857c0c6643efb48141e0a..5c00d577529a9ebd954b940e973f3ce3e98ba739 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -635,12 +635,7 @@ component("views") {
"widget/desktop_aura/desktop_window_tree_host_win.h",
]
} else if (use_ozone) {
- sources += [
- "widget/desktop_aura/desktop_factory_ozone.cc",
- "widget/desktop_aura/desktop_factory_ozone.h",
- "widget/desktop_aura/desktop_screen_ozone.cc",
- "widget/desktop_aura/desktop_window_tree_host_ozone.cc",
- ]
+ sources += [ "widget/desktop_aura/desktop_window_tree_host_ozone.cc" ]
}
if (is_linux) {
sources += [ "style/platform_style_linux.cc" ]
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_factory_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698