# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/chromeos/ui_mode.gni")
import("//testing/test.gni")
assert(is_chromeos_ash, "Non-Chrome-OS builds must not depend on //ash")
static_library("metrics") {
sources = [
"nearby_presence_metrics.cc",
"nearby_presence_metrics.h",
]
deps = [
"//base",
"//chromeos/ash/components/nearby/common/client",
"//chromeos/ash/components/nearby/presence:enums",
"//chromeos/ash/services/nearby/public/cpp:cpp",
]
}