diff options
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn index 347bae0..c1694b0 100644 --- a/dbus/BUILD.gn +++ b/dbus/BUILD.gn @@ -46,13 +46,13 @@ component("dbus") { ] } -proto_library("dbus_test_proto") { +proto_library("test_proto") { sources = [ "test_proto.proto" ] } # This target contains mocks that can be used to write unit tests without # issuing actual D-Bus calls. -source_set("dbus_test_support") { +source_set("test_support") { sources = [ "mock_bus.cc", "mock_bus.h", @@ -95,8 +95,8 @@ test("dbus_unittests") { deps = [ ":dbus", - ":dbus_test_proto", - ":dbus_test_support", + ":test_proto", + ":test_support", "//base/test:test_support", "//testing/gmock", "//testing/gtest", |