blob: 34395165bcb773b0d6e93ece288008d3219543ce [file] [log] [blame]
# 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/chrome_build.gni")
import("//build/config/chromeos/ui_mode.gni")
assert(is_chromeos)
source_set("features") {
sources = [
"event_logging_features.cc",
"event_logging_features.h",
]
deps = [ "//base" ]
}
static_library("test_support") {
testonly = true
sources = [
"test/structured_metrics_mixin.cc",
"test/structured_metrics_mixin.h",
]
deps = [
"//chrome/test:test_support",
"//components/metrics/structured:test_support",
]
}