summaryrefslogtreecommitdiff
path: root/chromium/ui/events/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/events/BUILD.gn')
-rw-r--r--chromium/ui/events/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/events/BUILD.gn b/chromium/ui/events/BUILD.gn
index bdc40a6b505..62b4dd632d6 100644
--- a/chromium/ui/events/BUILD.gn
+++ b/chromium/ui/events/BUILD.gn
@@ -495,7 +495,7 @@ component("gesture_detection") {
if (is_android) {
sources += [ "gesture_detection/gesture_configuration_android.cc" ]
- } else if (is_chromecast) {
+ } else if (is_castos) {
sources += [ "gesture_detection/gesture_configuration_cast.cc" ]
} else if (use_aura) {
sources += [ "gesture_detection/gesture_configuration_aura.cc" ]
@@ -712,7 +712,7 @@ if (!is_ios) {
deps += [ "//ui/events:keyboard_hook" ]
}
- if (is_chromecast && !is_android) {
+ if (is_castos) {
sources += [ "chromecast/scroller_unittest.cc" ]
}