blob: b7b2c59c37ea2190564aa2dd5b75ca7d3c00c285 [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("unified_consent") {
sources = [
"pref_names.cc",
"pref_names.h",
"unified_consent_service.cc",
"unified_consent_service.h",
]
deps = [
"//base",
"//components/pref_registry",
"//components/signin/core/browser",
"//components/sync",
"//services/identity/public/cpp",
]
}