| 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 1671ba370e39b0417971e39d726532ec0a271e53..9f46adcc7b060b168b83acecbd2f52076a33a6fc 100644
|
| --- a/ios/chrome/browser/payments/cells/BUILD.gn
|
| +++ b/ios/chrome/browser/payments/cells/BUILD.gn
|
| @@ -4,10 +4,6 @@
|
|
|
| source_set("cells") {
|
| sources = [
|
| - "order_summary_line_item.h",
|
| - "order_summary_line_item.mm",
|
| - "order_summary_total_item.h",
|
| - "order_summary_total_item.mm",
|
| "page_info_item.h",
|
| "page_info_item.mm",
|
| "payment_method_item.h",
|
| @@ -30,6 +26,7 @@ source_set("unit_tests") {
|
| sources = [
|
| "page_info_item_unittest.mm",
|
| "payment_method_item_unittest.mm",
|
| + "shipping_address_item_unittest.mm",
|
| ]
|
|
|
| deps = [
|
|
|