blob: a87302539be7ea89e0477d187590f4deb27146f8 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361# Copyright 2022 The Chromium Authors
Matt Jones35466e22022-05-18 13:18:012# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5static_library("browser") {
6 sources = [
Matt Jones348d9772023-04-17 14:19:087 "commerce_internals_ui.h",
8 "commerce_internals_ui.mm",
Matt Jones35466e22022-05-18 13:18:019 "commerce_tab_helper.h",
10 "commerce_tab_helper.mm",
Yue Zhang32468b82023-10-31 18:09:1911 "web_extractor_impl.h",
12 "web_extractor_impl.mm",
Matt Jones35466e22022-05-18 13:18:0113 "web_state_wrapper.h",
14 "web_state_wrapper.mm",
15 ]
16
17 deps = [
18 "//base",
19 "//components/commerce/core:shopping_service",
Yue Zhang32468b82023-10-31 18:09:1920 "//components/resources:components_resources_grit",
Matt Jones35466e22022-05-18 13:18:0121 "//ios/web",
Matt Jones348d9772023-04-17 14:19:0822 "//ios/web/public",
Matt Jones47c6eeaf2022-05-20 14:28:5923 "//ios/web/public/js_messaging",
Matt Jones348d9772023-04-17 14:19:0824 "//ios/web/public/webui",
Matt Jones35466e22022-05-18 13:18:0125 ]
26
Matt Jones348d9772023-04-17 14:19:0827 public_deps = [ "//components/commerce/core/internals" ]
Matt Jones35466e22022-05-18 13:18:0128}