# 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.h", "commerce_internals_ui.mm", "commerce_tab_helper.h", "commerce_tab_helper.mm", "web_state_wrapper.h", "web_state_wrapper.mm", ] deps = [ "//base", "//components/commerce/core:shopping_service", "//ios/web", "//ios/web/public", "//ios/web/public/js_messaging", "//ios/web/public/webui", ] public_deps = [ "//components/commerce/core/internals" ] }