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

Unified Diff: ui/wm/BUILD.gn

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: rebase Created 3 years, 7 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/views/controls/textfield/textfield_unittest.cc ('k') | ui/wm/core/ime_util_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index a490bbe22df41d58b5778c3956df16799e6d9eb8..16674713cda17c1d79ab9c030175bff3fcf3671a 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -86,6 +86,13 @@ component("wm") {
configs += [ "//build/config/linux:x11" ]
deps += [ "//ui/events/devices/x11" ]
}
+
+ if (is_chromeos) {
+ sources += [
+ "core/ime_util_chromeos.cc",
+ "core/ime_util_chromeos.h",
+ ]
+ }
}
static_library("test_support") {
@@ -149,4 +156,8 @@ test("wm_unittests") {
data_deps = [
"//ui/resources:ui_test_pak_data",
]
+
+ if (is_chromeos) {
+ sources += [ "core/ime_util_chromeos_unittest.cc" ]
+ }
}
« no previous file with comments | « ui/views/controls/textfield/textfield_unittest.cc ('k') | ui/wm/core/ime_util_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698