# 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.

assert(is_chromeos, "Non-Chrome-OS builds must not depend on //chromeos/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",
  ]
}
