| Index: mojo/edk/system/BUILD.gn
|
| diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
|
| index 59edfb88c6ea83c12521b22a85fa90b6cf41ebe4..2f8abdde615119b56010815e19e4d34cd0015d1d 100644
|
| --- a/mojo/edk/system/BUILD.gn
|
| +++ b/mojo/edk/system/BUILD.gn
|
| @@ -88,6 +88,8 @@ component("system") {
|
| "simple_dispatcher.h",
|
| "transport_data.cc",
|
| "transport_data.h",
|
| + "unique_identifier.cc",
|
| + "unique_identifier.h",
|
| "waiter.cc",
|
| "waiter.h",
|
| ]
|
| @@ -108,6 +110,7 @@ component("system") {
|
| deps = [
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| + "//crypto",
|
| ]
|
|
|
| allow_circular_includes_from = [ "../embedder" ]
|
| @@ -154,6 +157,7 @@ test("mojo_system_unittests") {
|
| "run_all_unittests.cc",
|
| "shared_buffer_dispatcher_unittest.cc",
|
| "simple_dispatcher_unittest.cc",
|
| + "unique_identifier_unittest.cc",
|
| "waiter_test_utils.cc",
|
| "waiter_test_utils.h",
|
| "waiter_unittest.cc",
|
|
|