Chromium Code Reviews| 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', |
| ], |