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

Unified Diff: ui/base/BUILD.gn

Issue 1068093002: Refactoring for InputMethodAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add more tests and support verify event sequence. Created 5 years, 8 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
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 9fd875639ebb69489b04113e674660fea447334c..049b091081ad7055241b566ff2deb7d92f2905a0 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -684,6 +684,9 @@ test("ui_base_unittests") {
"ime/win/imm32_manager_unittest.cc",
"ime/win/tsf_input_scope_unittest.cc",
]
+ if (is_linux && use_aura) {
+ sources += [ "ime/input_method_auralinux_unittest.cc" ]
+ }
if (use_x11) {
sources += [ "ime/composition_text_util_pango_unittest.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698