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

Unified Diff: device/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 | « build/linux/BUILD.gn ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index e4f56a5097abecb53c86dd921ee1abde467f16bf..0f80c2d0c93ff2213321d13629ac1cee783621ee 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -62,6 +62,7 @@ test("device_unittests") {
"//device/bluetooth",
"//device/bluetooth:mocks",
"//device/nfc",
+ "//mojo/common",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//net",
@@ -134,6 +135,7 @@ test("device_unittests") {
# UsbContext is a libusb-specific object.
if (!is_android && !is_ios) {
sources += [ "usb/usb_context_unittest.cc" ]
+ deps += [ "//third_party/libusb" ]
}
if (is_android) {
« no previous file with comments | « build/linux/BUILD.gn ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698