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

Unified Diff: ui/base/ui_base_tests.gyp

Issue 1068093002: Refactoring for InputMethodAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removes unexpected 229 keydown for non-IME users. 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/ui_base_tests.gyp
diff --git a/ui/base/ui_base_tests.gyp b/ui/base/ui_base_tests.gyp
index 5283bac52c2103f2e53f39d0fab8da5fee22682e..b8242cd80d624597013ac2cc0f81129fdb6c1b40 100644
--- a/ui/base/ui_base_tests.gyp
+++ b/ui/base/ui_base_tests.gyp
@@ -114,6 +114,11 @@
},
],
}],
+ ['OS == "linux" and use_aura==1', {
+ 'sources': [
+ 'ime/input_method_auralinux_unittest.cc',
+ ]
+ }],
['OS == "win"', {
'sources': [
'dragdrop/os_exchange_data_win_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698