# 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.
source_set("fake_magic_boost_state") {
testonly = true
sources = [
"fake_magic_boost_state.cc",
"fake_magic_boost_state.h",
]
deps = [
"//base",
"//chromeos/components/magic_boost/public/cpp",
]
}