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

Unified Diff: chromeos/chromeos.gyp

Issue 10310090: Implement IBusInputContextClient (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed test build break. Created 8 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index ffc3f07e14c7ef68b29e0000bc4d9a32361af421..e5dad2d874713d6d93f6b2ba2aab9553992e8eb1 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -68,6 +68,8 @@
'dbus/ibus/ibus_object.h',
'dbus/ibus/ibus_text.cc',
'dbus/ibus/ibus_text.h',
+ 'dbus/ibus/ibus_input_context_client.cc',
+ 'dbus/ibus/ibus_input_context_client.h',
'dbus/image_burner_client.cc',
'dbus/image_burner_client.h',
'dbus/introspectable_client.cc',
@@ -140,6 +142,8 @@
'dbus/mock_speech_synthesizer_client.h',
'dbus/mock_update_engine_client.cc',
'dbus/mock_update_engine_client.h',
+ 'dbus/ibus/mock_ibus_input_context_client.cc',
+ 'dbus/ibus/mock_ibus_input_context_client.h',
],
'include_dirs': [
'..',
@@ -170,6 +174,7 @@
'dbus/gsm_sms_client_unittest.cc',
'dbus/ibus/ibus_object_unittest.cc',
'dbus/ibus/ibus_text_unittest.cc',
+ 'dbus/ibus/ibus_input_context_client_unittest.cc'
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | chromeos/dbus/ibus/ibus_input_context_client.h » ('j') | chromeos/dbus/ibus/ibus_input_context_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698