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

Unified Diff: services/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: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index c3273655e92a9a79d2d90caabb04870aa30cb939..d7b9cdd2b22871751005a2991f55cd8dda32ffc3 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -13,6 +13,7 @@ source_set("lib") {
deps = [
"//base",
+ "//device/fingerprint",
"//device/power_monitor",
"//device/time_zone_monitor",
"//services/service_manager/public/cpp",

Powered by Google App Engine
This is Rietveld 408576698