diff options
Diffstat (limited to 'dbus/dbus.gyp')
-rw-r--r-- | dbus/dbus.gyp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp index f2f842b..c1fd9fe 100644 --- a/dbus/dbus.gyp +++ b/dbus/dbus.gyp @@ -15,6 +15,25 @@ '../build/linux/system.gyp:dbus', ], 'sources': [ + 'message.cc', + 'message.h', + ], + }, + { + 'target_name': 'dbus_unittests', + 'type': 'executable', + 'dependencies': [ + 'dbus', + '../base/base.gyp:test_support_base', + '../testing/gtest.gyp:gtest', + '../build/linux/system.gyp:dbus', + ], + 'sources': [ + '../base/test/run_all_unittests.cc', + 'message_unittest.cc', + ], + 'include_dirs': [ + '..', ], }, ], |