# Copyright 2024 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)
component("views") {
output_name = "magic_boost_views"
defines = [ "IS_MAGIC_BOOST_VIEWS_IMPL" ]
sources = [
"experiment_badge.cc",
"experiment_badge.h",
]
deps = [
"//chromeos/strings:strings_grit",
"//ui/views",
]
}