blob: bc3d46f94a0bfc92ee8eda6c14a6ab5300dfc547 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("browser") {
sources = [
"commerce_internals_ui.cc",
"commerce_internals_ui.h",
"commerce_tab_helper.cc",
"commerce_tab_helper.h",
"web_contents_wrapper.cc",
"web_contents_wrapper.h",
]
deps = [
"//base",
"//components/commerce/core:shopping_service",
"//content/public/browser",
"//ui/webui",
]
public_deps = [ "//components/commerce/core/internals" ]
}
if (!is_android) {
static_library("hint") {
sources = [
"hint/commerce_hint_tab_helper.cc",
"hint/commerce_hint_tab_helper.h",
]
deps = [
"//base",
"//components/commerce/core:heuristics_provider",
"//content/public/browser",
]
}
}