| Index: blimp/net/BUILD.gn
|
| diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
|
| index 2c6ab3a9c1b578ab5044a567081409cde84f3b24..ed76cdb762241a7007d4b886ea21a289e7136751 100644
|
| --- a/blimp/net/BUILD.gn
|
| +++ b/blimp/net/BUILD.gn
|
| @@ -93,6 +93,7 @@ component("net") {
|
|
|
| source_set("helium") {
|
| sources = [
|
| + "helium/syncable.h",
|
| "helium/vector_clock.cc",
|
| "helium/vector_clock.h",
|
| ]
|
| @@ -150,6 +151,7 @@ source_set("unit_tests") {
|
| "compressed_packet_unittest.cc",
|
| "engine_authentication_handler_unittest.cc",
|
| "engine_connection_manager_unittest.cc",
|
| + "helium/syncable_unittest.cc",
|
| "helium/vector_clock_unittest.cc",
|
| "input_message_unittest.cc",
|
| "ssl_client_transport_unittest.cc",
|
|
|