# Copyright 2023 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("tab_resumption_prefs") {
sources = [
"tab_resumption_prefs.h",
"tab_resumption_prefs.mm",
]
deps = [
"//base",
"//components/pref_registry",
"//components/prefs",
"//ios/chrome/browser/shared/model/prefs:pref_names",
"//ios/chrome/browser/shared/public/features",
"//ios/chrome/browser/ui/content_suggestions:constants",
"//url",
]
}