blob: e77e1debc22adabe56a3d05c4b6527f5e6fcca3c [file] [log] [blame]
# 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",
]
}