Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: dbus/BUILD.gn

Issue 409493002: Cleanup test_support target names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698