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

Unified Diff: ipc/BUILD.gn

Issue 1613523002: Remove ipc_channel_unittests from Android build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove MAYBE_ prefix Created 4 years, 11 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.gyp » ('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 1dddc13484c2d1b9d3328531e5ce8782fb5bb83b..a86eb7c934dbbf0daefbde7d428a4fa1e667e0a3 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -179,6 +179,11 @@ test("ipc_tests") {
sources -= [ "unix_domain_socket_util_unittest.cc" ]
}
+ if (is_android) {
+ # These multiprocess tests don't work on Android.
+ sources -= [ "ipc_channel_unittest.cc" ]
+ }
+
# TODO(brettw) hook up Android testing.
#if (is_android && gtest_target_type == "shared_library") {
# deps += "/testing/android/native_test.gyp:native_testNative_code"
« no previous file with comments | « no previous file | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698