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

Unified Diff: chrome/test/BUILD.gn

Issue 2711973002: [Web Payments] Implement the credit card selection UI functionality. (Closed)
Patch Set: Fix test flakiness. Created 3 years, 10 months 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 3716faa1657770cc66bd20301dccddce32f98ccd..05ccec53dbee8d06dad55a5a7d0b644289fe36da 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -580,6 +580,7 @@ if (!is_android) {
# TODO(crbug.com/679127): Investigate why these tests currently break
# on Mac, and enable them.
sources += [
+ "../browser/ui/views/payments/payment_method_view_controller_interactive_uitest.cc",
"../browser/ui/views/payments/payment_request_credit_card_editor_interactive_uitest.cc",
"../browser/ui/views/payments/payment_request_interactive_uitest.cc",
"../browser/ui/views/payments/payment_request_interactive_uitest_base.cc",
@@ -4809,6 +4810,7 @@ test("unit_tests") {
"../browser/ui/views/confirm_bubble_views_unittest.cc",
"../browser/ui/views/global_error_bubble_view_unittest.cc",
"../browser/ui/views/payments/credit_card_editor_view_controller_unittest.cc",
+ "../browser/ui/views/payments/payment_request_item_list_unittest.cc",
"../browser/ui/views/payments/validating_textfield_unittest.cc",
"../browser/ui/views/payments/view_stack_unittest.cc",
"../browser/ui/views/website_settings/website_settings_popup_view_unittest.cc",
« no previous file with comments | « chrome/browser/ui/views/payments/payment_request_item_list_unittest.cc ('k') | components/payments/payment_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698