Matt Jones | 35466e2 | 2022-05-18 13:18:01 | [diff] [blame] | 1 | # 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 | |
| 5 | static_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 Jones | 47c6eeaf | 2022-05-20 14:28:59 | [diff] [blame^] | 17 | "//ios/web/public/js_messaging", |
Matt Jones | 35466e2 | 2022-05-18 13:18:01 | [diff] [blame] | 18 | ] |
| 19 | |
| 20 | configs += [ "//build/config/compiler:enable_arc" ] |
| 21 | } |