| # Copyright 2021 The Chromium 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("//build/config/chromeos/ui_mode.gni") | |
| assert(is_chromeos_ash) | |
| component("metrics") { | |
| defines = [ "IS_CHROMEOS_METRICS_IMPL" ] | |
| sources = [ | |
| "login_event_recorder.cc", | |
| "login_event_recorder.h", | |
| ] | |
| output_name = "chromeos_metrics" | |
| deps = [ | |
| "//base", | |
| "//build:chromeos_buildflags", | |
| ] | |
| } |