Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: ios/chrome/browser/payments/cells/BUILD.gn

Issue 2590943002: Removes two unnecessary cells + adds missing unit test for an existing cell (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698