Index: ipc/BUILD.gn |
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn |
index c8b104b5b6253f1c6e58036290df134c1b442437..415c08dce4bb0aabb1ccaa09a92131c2a1946fc6 100644 |
--- a/ipc/BUILD.gn |
+++ b/ipc/BUILD.gn |
@@ -119,7 +119,7 @@ if (!is_android) { |
deps = [ |
":ipc", |
- ":test_support_ipc", |
+ ":test_support", |
"//base", |
"//base:i18n", |
"//base/test:run_all_unittests", |
@@ -149,7 +149,7 @@ if (!is_android) { |
deps = [ |
":ipc", |
- ":test_support_ipc", |
+ ":test_support", |
"//base", |
"//base:i18n", |
"//base/test:test_support", |
@@ -159,7 +159,7 @@ if (!is_android) { |
} |
} |
-static_library("test_support_ipc") { |
+static_library("test_support") { |
sources = [ |
"ipc_multiprocess_test.cc", |
"ipc_multiprocess_test.h", |