910e62b5创建于 1月15日历史提交
# 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",
  ]
}