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

Unified Diff: ios/chrome/browser/payments/BUILD.gn

Issue 2970233002: [Payment Request] Adds a JourneyLogger instance to the PaymentRequest (Closed)
Patch Set: Addressed comments Created 3 years, 5 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
« no previous file with comments | « no previous file | ios/chrome/browser/payments/payment_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/BUILD.gn
diff --git a/ios/chrome/browser/payments/BUILD.gn b/ios/chrome/browser/payments/BUILD.gn
index e1ed767c8970d7e3830f5c38a9f404409ad157a8..33bd46303f255e1458e66de621c2e289495723a5 100644
--- a/ios/chrome/browser/payments/BUILD.gn
+++ b/ios/chrome/browser/payments/BUILD.gn
@@ -47,7 +47,9 @@ source_set("unit_tests") {
"//components/autofill/core/browser:test_support",
"//components/payments/core",
"//ios/chrome/browser",
+ "//ios/chrome/browser/browser_state:test_support",
"//ios/web",
+ "//ios/web/public/test/fakes",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « no previous file | ios/chrome/browser/payments/payment_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698