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

Unified Diff: ipc/ipc.gyp

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 | « ipc/BUILD.gn ('k') | ipc/ipc_channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 05b998951125d160bf5f7632f23b84a6ac222846..ca1df21de2346e3f4d68479750d5ff2c251ae029 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -81,6 +81,10 @@
],
}],
['OS == "android"', {
+ 'sources!': [
+ # These multiprocess tests don't work on Android.
+ 'ipc_channel_unittest.cc',
+ ],
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
],
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698