Chromium Code Reviews| Index: device/serial/BUILD.gn |
| diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn |
| index 7797c3f0fa7ff2bc9158ffc0a9cd51e034f56a09..daab723f15834a693a912f7d7c47e3d591afc022 100644 |
| --- a/device/serial/BUILD.gn |
| +++ b/device/serial/BUILD.gn |
| @@ -9,6 +9,8 @@ static_library("serial") { |
| output_name = "device_serial" |
| sources = [ |
| + "buffer.cc", |
| + "buffer.h", |
| "serial_connection.cc", |
| "serial_connection.h", |
| "serial_connection_factory.cc", |