chromium/chromeos/ash/components/metrics/BUILD.gn

# Copyright 2021 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")

assert(is_chromeos_ash)

component("metrics") {
  defines = [ "IS_CHROMEOS_ASH_COMPONENTS_METRICS_IMPL" ]

  sources = [
    "login_event_recorder.cc",
    "login_event_recorder.h",
  ]

  output_name = "ash_metrics"

  deps = [
    "//base",
    "//build:chromeos_buildflags",
  ]
}