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

Unified Diff: device/BUILD.gn

Issue 2664353002: Host fingerprint mojo service within the device service. (Closed)
Patch Set: try to fix BUILD.gn Created 3 years, 11 months 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
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index c3d352600d6a224dc7b9cc7181a58e13084f26c7..41174b8aaef7f6fc889fcd1fa2343ad48749a1f0 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -83,6 +83,8 @@ test("device_unittests") {
"//device/bluetooth",
"//device/bluetooth:mocks",
"//device/bluetooth:mojo",
+ "//device/fingerprint",
+ "//device/fingerprint/public/interfaces",
"//device/gamepad",
"//device/gamepad:test_helpers",
"//device/gamepad/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698