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

Unified Diff: components/payments/core/BUILD.gn

Issue 2970013003: [Payment Request] Displays appropriate footer if first transaction completed (Closed)
Patch Set: Addressed comments + rebase 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 | « components/autofill/core/browser/autofill_test_utils.cc ('k') | components/payments/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index c1a9b60fcd39aadd4e34147bc107898c4fa2a79c..4b9d266172bab83204a06eed4238e1e5890849b0 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -61,6 +61,8 @@ static_library("core") {
static_library("test_support") {
testonly = true
sources = [
+ "payments_test_util.cc",
+ "payments_test_util.h",
"test_address_normalizer.cc",
"test_address_normalizer.h",
"test_payment_request_delegate.cc",
@@ -71,6 +73,9 @@ static_library("test_support") {
":core",
"//base",
"//components/autofill/core/browser",
+ "//components/autofill/core/browser:test_support",
+ "//components/pref_registry",
+ "//components/prefs",
]
}
« no previous file with comments | « components/autofill/core/browser/autofill_test_utils.cc ('k') | components/payments/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698