blob: 7a3eea0b734f7be08e339ae5bb07906044f21298 [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",
Matt Jones47c6eeaf2022-05-20 14:28:5917 "//ios/web/public/js_messaging",
Matt Jones35466e22022-05-18 13:18:0118 ]
19
20 configs += [ "//build/config/compiler:enable_arc" ]
21}