| Index: blimp/net/BUILD.gn
|
| diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
|
| index bad2a509ae5fae98f856216236379c262db3a8fd..7b96c1cae21346205cafcf62b6f1eb2f60ed389a 100644
|
| --- a/blimp/net/BUILD.gn
|
| +++ b/blimp/net/BUILD.gn
|
| @@ -7,6 +7,8 @@ component("net") {
|
| sources = [
|
| "blimp_connection.cc",
|
| "blimp_connection.h",
|
| + "blimp_connection_statistics.cc",
|
| + "blimp_connection_statistics.h",
|
| "blimp_message_checkpoint_observer.h",
|
| "blimp_message_checkpointer.cc",
|
| "blimp_message_checkpointer.h",
|
| @@ -106,6 +108,7 @@ source_set("unit_tests") {
|
| testonly = true
|
|
|
| sources = [
|
| + "blimp_connection_statistics_unittest.cc",
|
| "blimp_connection_unittest.cc",
|
| "blimp_message_checkpointer_unittest.cc",
|
| "blimp_message_demultiplexer_unittest.cc",
|
|
|