blob: 3f3d21c613d9b7c1baa7153074f9fd8af89af225 [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 = [
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}