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

Unified Diff: ui/base/ime/ime.gypi

Issue 108143003: Rename input_method_linux_x11 as input_method_auralinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows build Created 7 years 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 | « no previous file | ui/base/ime/input_method_auralinux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/ime.gypi
diff --git a/ui/base/ime/ime.gypi b/ui/base/ime/ime.gypi
index f34bd437587b7cdf831d718fb8c7dbb9a4eda219..ae8198b17794db35a23c3361a2db13d27ce06fae 100644
--- a/ui/base/ime/ime.gypi
+++ b/ui/base/ime/ime.gypi
@@ -36,8 +36,8 @@
'input_method_imm32.h',
'input_method_initializer.cc',
'input_method_initializer.h',
- 'input_method_linux_x11.cc',
- 'input_method_linux_x11.h',
+ 'input_method_auralinux.cc',
+ 'input_method_auralinux.h',
'input_method_minimal.cc',
'input_method_minimal.h',
'input_method_observer.h',
@@ -109,10 +109,10 @@
'input_method_tsf.h',
],
}],
- ['use_aura==0 or use_x11==0 or desktop_linux==0', {
+ ['use_aura==0 or desktop_linux==0', {
'sources!': [
- 'input_method_linux_x11.cc',
- 'input_method_linux_x11.h',
+ 'input_method_auralinux.cc',
+ 'input_method_auralinux.h',
],
}],
['use_aura==0 or desktop_linux==0', {
« no previous file with comments | « no previous file | ui/base/ime/input_method_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698