| Index: mojo/edk/util/BUILD.gn
|
| diff --git a/mojo/edk/util/BUILD.gn b/mojo/edk/util/BUILD.gn
|
| index 1725b619439243fa631b8bf0351d5b00cc3d48c8..58a491da9bd5d392dd5b493aacb2086be57a0432 100644
|
| --- a/mojo/edk/util/BUILD.gn
|
| +++ b/mojo/edk/util/BUILD.gn
|
| @@ -21,6 +21,8 @@ mojo_edk_source_set("util") {
|
| "ref_ptr_internal.h",
|
| "scoped_file.h",
|
| "thread_annotations.h",
|
| + "waitable_event.cc",
|
| + "waitable_event.h",
|
| ]
|
|
|
| mojo_edk_configs = [ "mojo/edk/system:system_config" ]
|
| @@ -38,6 +40,7 @@ mojo_edk_source_set("unittests") {
|
| "mutex_unittest.cc",
|
| "ref_counted_unittest.cc",
|
| "thread_annotations_unittest.cc",
|
| + "waitable_event_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|