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

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

Issue 2779813003: [Payments] Add Ship. Addr. & Contact Info in Payment Response on Desktop. (Closed)
Patch Set: Added Contact Details and some new browser 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: components/payments/content/BUILD.gn
diff --git a/components/payments/content/BUILD.gn b/components/payments/content/BUILD.gn
index bc33a0f821d7edb38cf18300593cd7cc690fdc5b..5a85e9922243434dafddccc3d14c5a51c2017214 100644
--- a/components/payments/content/BUILD.gn
+++ b/components/payments/content/BUILD.gn
@@ -33,6 +33,8 @@ static_library("payment_request_impl") {
"payment_request_state.h",
"payment_request_web_contents_manager.cc",
"payment_request_web_contents_manager.h",
+ "payment_response_helper.cc",
+ "payment_response_helper.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698