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

Unified Diff: ui/base/ime/ui_base_ime.gyp

Issue 1780523006: Add tests for input.ime.* APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/ime/ui_base_ime.gyp
diff --git a/ui/base/ime/ui_base_ime.gyp b/ui/base/ime/ui_base_ime.gyp
index ed873ae0504bb60b165b5fde6f361f810c5ef7ad..6741ef04e110d0d3a3ecb7fdcfd5cd6a071a4347 100644
--- a/ui/base/ime/ui_base_ime.gyp
+++ b/ui/base/ime/ui_base_ime.gyp
@@ -73,8 +73,6 @@
'chromeos/mock_ime_candidate_window_handler.h',
'chromeos/mock_ime_engine_handler.cc',
'chromeos/mock_ime_engine_handler.h',
- 'chromeos/mock_ime_input_context_handler.cc',
- 'chromeos/mock_ime_input_context_handler.h',
'composition_text.cc',
'composition_text.h',
'composition_text_util_pango.cc',
@@ -112,6 +110,8 @@
'linux/linux_input_method_context.h',
'linux/linux_input_method_context_factory.cc',
'linux/linux_input_method_context_factory.h',
+ 'mock_ime_input_context_handler.cc',
+ 'mock_ime_input_context_handler.h',
'mock_input_method.cc',
'mock_input_method.h',
'text_input_client.cc',

Powered by Google App Engine
This is Rietveld 408576698