blob: c28cd7b2722bb1c0df60543e00e4ab1f3088e2bb [file] [log] [blame]
# Copyright 2025 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("glow_effect") {
testonly = true
sources = [
"fake_glow_effect.h",
"fake_glow_effect.mm",
]
deps = [
"//base",
"//ios/public/provider/chrome/browser/glow_effect:glow_effect_api",
]
}