blob: a7d8eff3decc67f64cca9dc563ece37f517a600a [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",
"../:shopping_service",
"//base",
"//mojo/public/cpp/bindings",
"//ui/base",
"//url",
]
public_deps = [
"../:commerce_constants",
"./mojom:mojo_bindings",
"./resources",
]
}