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

Unified Diff: ui/events/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 years, 4 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 | « ui/display/util/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index efedc2b9719b19502488c72c04a3c662832c3f8d..16e0d95bb806f6e0ebeb42c810ed3f4248301af4 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 && !use_cros_fe) {
sources += [
"linux/text_edit_command_auralinux.cc",
"linux/text_edit_command_auralinux.h",
« no previous file with comments | « ui/display/util/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698