| Index: device/serial/BUILD.gn
|
| diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
|
| index f66cedfe0ca53898262065129778cea76ea9c95c..474317e9fe83961d607b9c2973a78a69bcca0ed5 100644
|
| --- a/device/serial/BUILD.gn
|
| +++ b/device/serial/BUILD.gn
|
| @@ -49,6 +49,7 @@ static_library("serial") {
|
| ]
|
| deps = [
|
| "//mojo/public/cpp/system",
|
| + "//net",
|
| "//third_party/re2",
|
| ]
|
|
|
| @@ -56,7 +57,10 @@ static_library("serial") {
|
| deps += [ "//device/udev_linux" ]
|
| }
|
| if (is_chromeos) {
|
| - deps += [ "//chromeos" ]
|
| + deps += [
|
| + "//chromeos",
|
| + "//dbus",
|
| + ]
|
| }
|
| }
|
|
|
|
|