| Index: mojo/public/cpp/system/tests/BUILD.gn
|
| diff --git a/mojo/public/cpp/system/tests/BUILD.gn b/mojo/public/cpp/system/tests/BUILD.gn
|
| index b278180d7510db3163b773666021ada27849cd13..7d825d6e465ee3e5ac83acf33f6cb6e06c81ef21 100644
|
| --- a/mojo/public/cpp/system/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/system/tests/BUILD.gn
|
| @@ -8,11 +8,13 @@ mojo_sdk_source_set("tests") {
|
| testonly = true
|
|
|
| sources = [
|
| - "core_unittest.cc",
|
| + "buffer_unittest.cc",
|
| "data_pipe_unittest.cc",
|
| "handle_unittest.cc",
|
| "macros_unittest.cc",
|
| + "message_pipe_unittest.cc",
|
| "time_unittest.cc",
|
| + "wait_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|