blob: f208693c09e172eb6889f783995f6503f9bd96d4 [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("util") {
sources = [
"dialog_util.cc",
"dialog_util.h",
]
deps = [
"//base",
"//base:i18n",
"//components/strings",
"//components/url_formatter",
"//ui/base",
"//url",
]
}