blob: 25311c2bd7164bef0d8c347ed99c3cd0b11b73e5 [file] [log] [blame]
# 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("internals") {
sources = [
"commerce_internals_handler.cc",
"commerce_internals_handler.h",
"commerce_internals_ui_base.cc",
"commerce_internals_ui_base.h",
]
deps = [
"../:feature_list",
"../:pref_names",
"../:shopping_service",
"//base",
"//components/bookmarks/browser",
"//components/commerce/core/product_specifications",
"//components/payments/core:currency_formatter",
"//components/power_bookmarks/core",
"//components/prefs",
"//components/url_formatter",
"//mojo/public/cpp/bindings",
"//ui/base",
"//url",
]
public_deps = [
"../:commerce_constants",
"../mojom:mojo_bindings",
"../webui",
"./mojom:mojo_bindings",
"./resources",
]
}