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

Unified Diff: ios/showcase/payments/BUILD.gn

Issue 2778343002: [Payment Request] Picker view + showcase integration + egtests (Closed)
Patch Set: Initial Created 3 years, 9 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: 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",

Powered by Google App Engine
This is Rietveld 408576698