| Index: ios/chrome/browser/payments/cells/BUILD.gn
 | 
| diff --git a/ios/chrome/browser/payments/cells/BUILD.gn b/ios/chrome/browser/payments/cells/BUILD.gn
 | 
| index bb65368808cfb685a02a05e2e035e070a88ad49b..892e720b3e9cb710395e0b2cf5a0616a6d1486f8 100644
 | 
| --- a/ios/chrome/browser/payments/cells/BUILD.gn
 | 
| +++ b/ios/chrome/browser/payments/cells/BUILD.gn
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  source_set("cells") {
 | 
|    sources = [
 | 
| +    "autofill_profile_item.h",
 | 
| +    "autofill_profile_item.mm",
 | 
|      "page_info_item.h",
 | 
|      "page_info_item.mm",
 | 
|      "payment_method_item.h",
 | 
| @@ -12,11 +14,10 @@ source_set("cells") {
 | 
|      "payments_text_item.mm",
 | 
|      "price_item.h",
 | 
|      "price_item.mm",
 | 
| -    "shipping_address_item.h",
 | 
| -    "shipping_address_item.mm",
 | 
|    ]
 | 
|  
 | 
|    deps = [
 | 
| +    "//ios/chrome/browser/ui",
 | 
|      "//ios/chrome/browser/ui/collection_view/cells",
 | 
|      "//ios/chrome/browser/ui/colors",
 | 
|      "//ios/third_party/material_components_ios",
 | 
| @@ -29,11 +30,11 @@ source_set("cells") {
 | 
|  source_set("unit_tests") {
 | 
|    testonly = true
 | 
|    sources = [
 | 
| +    "autofill_profile_item_unittest.mm",
 | 
|      "page_info_item_unittest.mm",
 | 
|      "payment_method_item_unittest.mm",
 | 
|      "payments_text_item_unittest.mm",
 | 
|      "price_item_unittest.mm",
 | 
| -    "shipping_address_item_unittest.mm",
 | 
|    ]
 | 
|  
 | 
|    deps = [
 | 
| 
 |