| 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 fdfe73b3b783317365a85a9ad69fb8e001e1af28..b278180d7510db3163b773666021ada27849cd13 100644
|
| --- a/mojo/public/cpp/system/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/system/tests/BUILD.gn
|
| @@ -9,7 +9,10 @@ mojo_sdk_source_set("tests") {
|
|
|
| sources = [
|
| "core_unittest.cc",
|
| + "data_pipe_unittest.cc",
|
| + "handle_unittest.cc",
|
| "macros_unittest.cc",
|
| + "time_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|