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

Unified Diff: ash/BUILD.gn

Issue 405483005: Make old cursor warp mode ozone only (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fix Created 6 years, 5 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 | ash/ash.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 9888fc77604d9b136376989c840549aab69b6c99..49debb2739568c309b76a9123c53e7260cd3aac3 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -108,6 +108,12 @@ component("ash") {
"touch/touch_transformer_controller.h",
]
}
+
+ if (!use_ozone) {
+ sources -= [
+ "display/mouse_cursor_event_filter_ozone.cc",
+ ]
+ }
}
component("ash_with_content") {
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698