Index: dbus/BUILD.gn |
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn |
index 347bae0fbdf4129c69177613ed713034c19337f7..c1694b0f9744639990e2894efda9338d4feac05f 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", |