summaryrefslogtreecommitdiff
path: root/chromium/components/commerce/ios/browser/BUILD.gn
blob: 3f3d21c613d9b7c1baa7153074f9fd8af89af225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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_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/js_messaging",
  ]

  configs += [ "//build/config/compiler:enable_arc" ]
}