| Index: mojo/edk/system/BUILD.gn
|
| diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
|
| index 7baec81d4df5125b2bc1b61d18269a80f2772cdf..250bcaf570d8102e284e54fe0f443765c30ee48b 100644
|
| --- a/mojo/edk/system/BUILD.gn
|
| +++ b/mojo/edk/system/BUILD.gn
|
| @@ -30,6 +30,7 @@ component("system") {
|
| "channel.h",
|
| "channel_endpoint.cc",
|
| "channel_endpoint.h",
|
| + "channel_endpoint_id.cc",
|
| "channel_endpoint_id.h",
|
| "constants.h",
|
| "core.cc",
|
| @@ -98,6 +99,7 @@ test("mojo_system_unittests") {
|
|
|
| sources = [
|
| "../test/multiprocess_test_helper_unittest.cc",
|
| + "channel_endpoint_id_unittest.cc",
|
| "channel_unittest.cc",
|
| "core_test_base.cc",
|
| "core_test_base.h",
|
|
|