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

Unified Diff: ipc/BUILD.gn

Issue 418453002: Improve content test GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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') | ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/test/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698