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

Unified Diff: ipc/BUILD.gn

Issue 1950143003: Re-land: Re-enable multi-process IPC tests on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | ipc/ipc_channel_posix_unittest.cc » ('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 9964e590a4616f27ffe6e3affe9826bf67bbab42..7f5429c6abd1c763a3071e7df145611e12b7f77b 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -176,6 +176,7 @@ test("ipc_tests") {
"ipc_test_message_generator.cc",
"ipc_test_message_generator.h",
"ipc_test_messages.h",
+ "run_all_unittests.cc",
"sync_socket_unittest.cc",
"unix_domain_socket_util_unittest.cc",
]
@@ -199,7 +200,6 @@ test("ipc_tests") {
":test_support",
"//base",
"//base:i18n",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//crypto",
"//testing/gtest",
« no previous file with comments | « no previous file | ipc/ipc_channel_posix_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698