| Index: tools/battor_agent/BUILD.gn
|
| diff --git a/tools/battor_agent/BUILD.gn b/tools/battor_agent/BUILD.gn
|
| index da80ffa4478c8355e02fe9b83a882b0e50e69515..bba270ec0c044225c47e1aa10fd4b701e2c59420 100644
|
| --- a/tools/battor_agent/BUILD.gn
|
| +++ b/tools/battor_agent/BUILD.gn
|
| @@ -34,6 +34,8 @@ source_set("battor_agent_lib") {
|
| "battor_finder.h",
|
| "battor_sample_converter.cc",
|
| "battor_sample_converter.h",
|
| + "serial_utils.cc",
|
| + "serial_utils.h",
|
| ]
|
| deps = [
|
| "//base",
|
| @@ -48,6 +50,7 @@ test("battor_agent_unittests") {
|
| "battor_connection_impl_unittest.cc",
|
| "battor_protocol_types_unittest.cc",
|
| "battor_sample_converter_unittest.cc",
|
| + "serial_utils_unittest.cc",
|
| ]
|
| deps = [
|
| ":battor_agent_lib",
|
|
|