| Index: mojo/edk/test/BUILD.gn
|
| diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
|
| index 38a631bc5cb674004129b73390c8d9cca63b543f..bc4dd541f5ad238ed24d17684d9462d64eb12ba0 100644
|
| --- a/mojo/edk/test/BUILD.gn
|
| +++ b/mojo/edk/test/BUILD.gn
|
| @@ -6,13 +6,18 @@
|
| source_set("test_support") {
|
| testonly = true
|
| sources = [
|
| - "multiprocess_test_helper.cc",
|
| - "multiprocess_test_helper.h",
|
| "test_utils.h",
|
| "test_utils_posix.cc",
|
| "test_utils_win.cc",
|
| ]
|
|
|
| + if (!is_android) {
|
| + sources += [
|
| + "multiprocess_test_helper.cc",
|
| + "multiprocess_test_helper.h",
|
| + ]
|
| + }
|
| +
|
| deps = [
|
| "//base",
|
| "//base/test:test_support",
|
|
|