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

Unified Diff: services/device/BUILD.gn

Issue 2664353002: Host fingerprint mojo service within the device service. (Closed)
Patch Set: comments 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
« no previous file with comments | « no previous file | services/device/device_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index 1fbbf47052ae29ebeefd4fc96189e23accf0274c..476b2ef42a58e1c47567dd6c40dd23f929a319e1 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -17,6 +17,7 @@ source_set("lib") {
deps = [
"//base",
+ "//services/device/fingerprint",
"//services/device/power_monitor",
"//services/device/time_zone_monitor",
"//services/service_manager/public/cpp",
@@ -46,6 +47,11 @@ source_set("tests") {
"//services/device/public/cpp/power_monitor",
"//testing/gtest",
]
+
+ if (is_chromeos) {
+ sources += [ "fingerprint/fingerprint_impl_chromeos_unittest.cc" ]
+ deps += [ "//services/device/fingerprint" ]
+ }
}
service_manifest("manifest") {
« no previous file with comments | « no previous file | services/device/device_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698