| Index: device/serial/BUILD.gn
|
| diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
|
| index eed42cba94e78233cf0187e946d8153056656221..e90618af3fc061048b553680cdc44e97e84402d8 100644
|
| --- a/device/serial/BUILD.gn
|
| +++ b/device/serial/BUILD.gn
|
| @@ -52,9 +52,7 @@ static_library("serial") {
|
| }
|
|
|
| # GYP version: device/serial/serial.gyp:device_serial_test_util
|
| -static_library("test_util") {
|
| - output_name = "device_serial_test_util"
|
| -
|
| +static_library("test_support") {
|
| sources = [
|
| "test_serial_io_handler.cc",
|
| "test_serial_io_handler.h",
|
|
|