blob: 7b924432acc1725f5deef5982f17c649cc1f80ba [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//common-mk/pkg_config.gni")
pkg_config("pkg_deps") {
pkg_deps = [ "libchrome" ]
}
source_set("libconnectivity") {
configs += [ ":pkg_deps" ]
deps = [ "mojom" ]
sources = [
"context.cc",
"data_generator.cc",
"local_state.cc",
"remote_state.cc",
"utils.cc",
]
}