summaryrefslogtreecommitdiffstats
path: root/device/serial/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'device/serial/BUILD.gn')
-rw-r--r--device/serial/BUILD.gn6
1 files changed, 5 insertions, 1 deletions
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
index f66cedf..474317e 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",
+ ]
}
}