# Copyright 2026 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("transition_manager") {
  public = [ "full_browser_transition_manager.h" ]
  sources = [ "full_browser_transition_manager.cc" ]
  public_deps = [
    "//base",
    "//components/keyed_service/core",
  ]
  deps = [
    "//chrome/browser/profiles",
    "//chrome/browser/profiles:profile",
  ]
}
