| Index: device/serial/BUILD.gn
|
| diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
|
| index daab723f15834a693a912f7d7c47e3d591afc022..58cc637db1e5b18094875383c6d0632bc3263eb4 100644
|
| --- a/device/serial/BUILD.gn
|
| +++ b/device/serial/BUILD.gn
|
| @@ -9,8 +9,14 @@ static_library("serial") {
|
| output_name = "device_serial"
|
|
|
| sources = [
|
| + "async_waiter.cc",
|
| + "async_waiter.h",
|
| "buffer.cc",
|
| "buffer.h",
|
| + "data_receiver.cc",
|
| + "data_receiver.h",
|
| + "data_source_sender.cc",
|
| + "data_source_sender.h",
|
| "serial_connection.cc",
|
| "serial_connection.h",
|
| "serial_connection_factory.cc",
|
| @@ -64,6 +70,7 @@ mojom("serial_mojo") {
|
| ]
|
|
|
| sources = [
|
| + "data_stream.mojom",
|
| "serial.mojom",
|
| ]
|
| }
|
|
|