blob: cd7fa5dc4d0b36ec7bd7ffef636f13003e27cd63 [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("engagement") {
sources = [ "site_engagement_service_factory.h" ]
public_deps = [
"//base",
"//chrome/browser/profiles:profile",
"//components/site_engagement/content",
]
}