Mikel Astiz | 91c345c | 2023-05-16 14:18:56 | [diff] [blame] | 1 | # Copyright 2019 The Chromium Authors |
2 | # Use of this source code is governed by a BSD-style license that can be | ||||
3 | # found in the LICENSE file. | ||||
4 | |||||
Mikel Astiz | 91c345c | 2023-05-16 14:18:56 | [diff] [blame] | 5 | import("//build/config/features.gni") |
6 | |||||
7 | static_library("service") { | ||||
8 | sources = [ | ||||
9 | "active_devices_provider.h", | ||||
10 | "backend_migrator.cc", | ||||
11 | "backend_migrator.h", | ||||
Mikel Astiz |