| Index: ios/showcase/payments/BUILD.gn
|
| diff --git a/ios/showcase/payments/BUILD.gn b/ios/showcase/payments/BUILD.gn
|
| index 787808fb000aa841dd9db74b2f4590599021a451..a8a34dbc24f610c2f5e75fe4daa3a2ee8e358ea3 100644
|
| --- a/ios/showcase/payments/BUILD.gn
|
| +++ b/ios/showcase/payments/BUILD.gn
|
| @@ -8,6 +8,8 @@ source_set("payments") {
|
| "sc_payments_editor_coordinator.mm",
|
| "sc_payments_picker_coordinator.h",
|
| "sc_payments_picker_coordinator.mm",
|
| + "sc_payments_selector_coordinator.h",
|
| + "sc_payments_selector_coordinator.mm",
|
| ]
|
| deps = [
|
| "//base",
|
| @@ -29,6 +31,7 @@ source_set("eg_tests") {
|
| sources = [
|
| "sc_payments_editor_egtest.mm",
|
| "sc_payments_picker_egtest.mm",
|
| + "sc_payments_selector_egtest.mm",
|
| ]
|
| deps = [
|
| "//base",
|
| @@ -37,6 +40,7 @@ source_set("eg_tests") {
|
| "//ios/chrome/browser/ui",
|
| "//ios/chrome/browser/ui/autofill:autofill_ui",
|
| "//ios/chrome/browser/ui/settings",
|
| + "//ios/chrome/test/earl_grey:test_support",
|
| "//ios/showcase/test",
|
| "//ios/third_party/earl_grey",
|
| "//ui/base",
|
|
|