| Index: tools/battor_agent/battor_agent.gyp
|
| diff --git a/tools/battor_agent/battor_agent.gyp b/tools/battor_agent/battor_agent.gyp
|
| index 974fbdefcf2f8aada1a773f4427bd8fd808d6b93..e726b9a5d4e2bc6597f3467ab7b0f6b25d781d3a 100644
|
| --- a/tools/battor_agent/battor_agent.gyp
|
| +++ b/tools/battor_agent/battor_agent.gyp
|
| @@ -39,6 +39,8 @@
|
| 'battor_finder.h',
|
| 'battor_sample_converter.cc',
|
| 'battor_sample_converter.h',
|
| + 'serial_utils.cc',
|
| + 'serial_utils.h',
|
| ],
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| @@ -65,6 +67,7 @@
|
| 'battor_connection_impl_unittest.cc',
|
| 'battor_protocol_types_unittest.cc',
|
| 'battor_sample_converter_unittest.cc',
|
| + 'serial_utils_unittest.cc',
|
| ],
|
| },
|
| ],
|
|
|