| 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",
|
| ]
|
| }
|
|
|
|
|