Index: ui/events/BUILD.gn |
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn |
index efedc2b9719b19502488c72c04a3c662832c3f8d..5f5a5a37171fc06394a98d5c49c2ff07cc98d297 100644 |
--- a/ui/events/BUILD.gn |
+++ b/ui/events/BUILD.gn |
@@ -143,7 +143,7 @@ component("events") { |
] |
} |
- if (!is_chromeos && is_linux) { |
+ if (is_linux && !is_chromeos_ui) { |
sources += [ |
"linux/text_edit_command_auralinux.cc", |
"linux/text_edit_command_auralinux.h", |