| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index d8300dafca222d0fd3a6796927b61a2a2bdac75a..eb50f1c2eae49a2d4c11c57961bbebbf3a647e9d 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -64,6 +64,8 @@
|
| 'dbus/flimflam_profile_client.h',
|
| 'dbus/flimflam_service_client.cc',
|
| 'dbus/flimflam_service_client.h',
|
| + 'dbus/ibus/ibus_util.cc',
|
| + 'dbus/ibus/ibus_util.h',
|
| 'dbus/image_burner_client.cc',
|
| 'dbus/image_burner_client.h',
|
| 'dbus/introspectable_client.cc',
|
| @@ -163,6 +165,7 @@
|
| 'dbus/flimflam_profile_client_unittest.cc',
|
| 'dbus/flimflam_service_client_unittest.cc',
|
| 'dbus/gsm_sms_client_unittest.cc',
|
| + 'dbus/ibus/ibus_util_unittest.cc',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|