diff options
author | nona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 09:57:40 +0000 |
---|---|---|
committer | nona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 09:57:40 +0000 |
commit | f98713fa8071b33e462d6a1e8ef47aa1cde8c174 (patch) | |
tree | 21d6aebead7ee357b2091482e5005212ceea6e35 /chromeos/chromeos.gyp | |
parent | f2444986036a91262e601d7436950d134a7c7af4 (diff) | |
download | chromium_src-f98713fa8071b33e462d6a1e8ef47aa1cde8c174.zip chromium_src-f98713fa8071b33e462d6a1e8ef47aa1cde8c174.tar.gz chromium_src-f98713fa8071b33e462d6a1e8ef47aa1cde8c174.tar.bz2 |
Implement IBusComponent.
IBusComponent is one of representation an obeject used in communication with ibus-daemon.
IBusComponent is used when the engine object register itself to ibus-daemon.
With this CL, ibus_component.cc will be comipled and tested but not in used production binary at this moment.
BUG=126947
TEST=chromeos_unittests, unit_tests, dbus_unittests
Review URL: https://chromiumcodereview.appspot.com/10692120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145660 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r-- | chromeos/chromeos.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 9870c9e..a57f97f 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -74,6 +74,8 @@ 'dbus/flimflam_service_client.h', 'dbus/ibus/ibus_client.cc', 'dbus/ibus/ibus_client.h', + 'dbus/ibus/ibus_component.cc', + 'dbus/ibus/ibus_component.h', 'dbus/ibus/ibus_constants.h', 'dbus/ibus/ibus_lookup_table.cc', 'dbus/ibus/ibus_lookup_table.h', @@ -224,6 +226,7 @@ 'dbus/flimflam_service_client_unittest.cc', 'dbus/gsm_sms_client_unittest.cc', 'dbus/ibus/ibus_client_unittest.cc', + 'dbus/ibus/ibus_component_unittest.cc', 'dbus/ibus/ibus_lookup_table_unittest.cc', 'dbus/ibus/ibus_object_unittest.cc', 'dbus/ibus/ibus_property_unittest.cc', |