| # 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("custom_handlers") { |
| sources = [ |
| "chrome_protocol_handler_registry_delegate.cc", |
| "chrome_protocol_handler_registry_delegate.h", |
| "protocol_handler_registry_factory.cc", |
| "protocol_handler_registry_factory.h", |
| ] |
| |
| public_deps = [ |
| "//base", |
| "//chrome/browser:shell_integration", |
| "//chrome/browser/profiles:profile", |
| "//components/custom_handlers", |
| "//components/pref_registry", |
| ] |
| |
| deps = [ |
| "//build:chromeos_buildflags", |
| "//chrome/browser/profiles:profile_io_data", |
| "//chrome/common:constants", |
| "//components/prefs", |
| "//components/user_prefs", |
| "//content/public/browser", |
| ] |
| } |