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

Unified Diff: ui/views/BUILD.gn

Issue 2504743002: Linux Aura: Fixes and improvements for cursor loader (Closed)
Patch Set: Formatting Created 4 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 | « ui/base/x/x11_util.cc ('k') | ui/views/widget/desktop_aura/desktop_cursor_loader_updater.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 5004c47ffe83eaf16ba38205e1d6f9db3a445c4f..ca4e7a193509dc6215864a354c951c600f721a2b 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -444,10 +444,7 @@ component("views") {
"linux_ui/status_icon_linux.cc",
"linux_ui/status_icon_linux.h",
]
- sources += [
- "widget/desktop_aura/desktop_cursor_loader_updater_chromeos.cc",
- "widget/desktop_aura/desktop_window_tree_host_chromeos.cc",
- ]
+ sources += [ "widget/desktop_aura/desktop_window_tree_host_chromeos.cc" ]
}
if (is_win) {
@@ -539,7 +536,6 @@ component("views") {
"views_touch_selection_controller_factory_aura.cc",
"widget/desktop_aura/desktop_capture_client.cc",
"widget/desktop_aura/desktop_capture_client.h",
- "widget/desktop_aura/desktop_cursor_loader_updater.h",
"widget/desktop_aura/desktop_drop_target_win.cc",
"widget/desktop_aura/desktop_drop_target_win.h",
"widget/desktop_aura/desktop_event_client.cc",
@@ -602,7 +598,6 @@ component("views") {
}
} else if (is_win) {
sources += [
- "widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc",
"widget/desktop_aura/desktop_drag_drop_client_win.cc",
"widget/desktop_aura/desktop_drag_drop_client_win.h",
"widget/desktop_aura/desktop_screen_win.cc",
@@ -619,11 +614,7 @@ component("views") {
]
}
if (is_linux) {
- sources += [
- "style/platform_style_linux.cc",
- "widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc",
- "widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h",
- ]
+ sources += [ "style/platform_style_linux.cc" ]
}
}
}
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698