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

Unified Diff: ios/web/BUILD.gn

Issue 2733953003: [Payments] Return a basic card response (Closed)
Patch Set: tests 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/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 150fdefe936c163bceec8195456d3e1aafd12330..665294920a03775010c4dfa6d2afa51da6e980d9 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -22,6 +22,7 @@ source_set("web_arc") {
":resources",
":user_agent",
"//base",
+ "//components/payments/core",
"//components/url_formatter",
"//ios/net",
"//ios/third_party/blink:html_tokenizer",
@@ -514,6 +515,7 @@ test("ios_web_unittests") {
":web",
"//base",
"//base/test:test_support",
+ "//components/payments/core",
"//components/url_formatter",
"//ios/net",
"//ios/testing:ocmock_support",

Powered by Google App Engine
This is Rietveld 408576698