blob: 3662b6ba45c1264077dd44c9d3a89e4671dddf9e [file] [log] [blame]
Matt Jones35466e22022-05-18 13:18:011# Copyright 2022 The Chromium Authors. All rights reserved.
2# 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 = [
7 "commerce_tab_helper.h",
8 "commerce_tab_helper.mm",
9 "web_state_wrapper.h",
10 "web_state_wrapper.mm",
11 ]
12
13 deps = [
14 "//base",
15 "//components/commerce/core:shopping_service",
16 "//ios/web",
17 ]
18
19 configs += [ "//build/config/compiler:enable_arc" ]
20}