| Index: third_party/mojo/mojo_edk_tests.gyp
|
| diff --git a/third_party/mojo/mojo_edk_tests.gyp b/third_party/mojo/mojo_edk_tests.gyp
|
| index 613d8479a00931ca0c7c03c37de8a76e73807dd9..7ec63ca35dc43ff8d2445d14d47d59a6bf50fa90 100644
|
| --- a/third_party/mojo/mojo_edk_tests.gyp
|
| +++ b/third_party/mojo/mojo_edk_tests.gyp
|
| @@ -165,6 +165,7 @@
|
| 'src/mojo/edk/system/data_pipe_unittest.cc',
|
| 'src/mojo/edk/system/dispatcher_unittest.cc',
|
| 'src/mojo/edk/system/endpoint_relayer_unittest.cc',
|
| + 'src/mojo/edk/system/ipc_support_unittest.cc',
|
| 'src/mojo/edk/system/memory_unittest.cc',
|
| 'src/mojo/edk/system/message_in_transit_queue_unittest.cc',
|
| 'src/mojo/edk/system/message_in_transit_test_utils.cc',
|
| @@ -196,6 +197,7 @@
|
| ['OS=="ios"', {
|
| 'sources!': [
|
| 'src/mojo/edk/embedder/embedder_unittest.cc',
|
| + 'src/mojo/edk/system/ipc_support_unittest.cc',
|
| 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc',
|
| 'src/mojo/edk/test/multiprocess_test_helper_unittest.cc',
|
| ],
|
|
|