summaryrefslogtreecommitdiffstats
path: root/chromium/components/commerce/ios/browser/BUILD.gn
blob: 7f0acb859756656d8a4d653db543e2c497341f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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" ]
}