Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1475)

Unified Diff: device/serial/BUILD.gn

Issue 1484643002: Make //device pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/devices_app/BUILD.gn ('k') | device/serial/serial_io_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
}
}
« no previous file with comments | « device/devices_app/BUILD.gn ('k') | device/serial/serial_io_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698