blob: 618c38fc54a704cb21f91d53e5421fc4d059e028 [file] [log] [blame]
Mikel Astiz91c345c2023-05-16 14:18:561# 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 Astiz91c345c2023-05-16 14:18:565import("//build/config/features.gni")
6
7static_library("service") {
8 sources = [
9 "active_devices_provider.h",
10 "backend_migrator.cc",
11 "backend_migrator.h",
Mikel Astiz