| Index: ios/showcase/payments/BUILD.gn
|
| diff --git a/ios/showcase/payments/BUILD.gn b/ios/showcase/payments/BUILD.gn
|
| index 5b05b9e4571c4695d37f6c043351960d3df30ba3..be3b4f9c10eddc4f96e973f79d1c29c8ecc0144f 100644
|
| --- a/ios/showcase/payments/BUILD.gn
|
| +++ b/ios/showcase/payments/BUILD.gn
|
| @@ -6,6 +6,8 @@ source_set("payments") {
|
| sources = [
|
| "sc_payments_editor_coordinator.h",
|
| "sc_payments_editor_coordinator.mm",
|
| + "sc_payments_picker_coordinator.h",
|
| + "sc_payments_picker_coordinator.mm",
|
| ]
|
| deps = [
|
| "//base",
|
| @@ -23,6 +25,7 @@ source_set("eg_tests") {
|
| testonly = true
|
| sources = [
|
| "sc_payments_editor_egtest.mm",
|
| + "sc_payments_picker_egtest.mm",
|
| ]
|
| deps = [
|
| "//base",
|
|
|