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

Unified Diff: services/device/BUILD.gn

Issue 2664353002: Host fingerprint mojo service within the device service. (Closed)
Patch Set: Modify BUILD.gn Created 3 years, 10 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..949f4bc81a40d43cb36721bd09a1c6b35a4da39b 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -15,6 +15,7 @@ source_set("lib") {
"//base",
"//device/power_monitor",
"//device/time_zone_monitor",
+ "//services/device/fingerprint",
"//services/service_manager/public/cpp",
]
@@ -23,6 +24,7 @@ source_set("lib") {
# but content_shell fails to link in the component build if
# this isn't here as a public_dep.
"//device/time_zone_monitor/public/interfaces",
+ "//services/device/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698