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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2621033003: [Payments] Currency formatter for order amounts. (Closed)
Patch Set: Addressed comments Created 3 years, 11 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 85414bef1561538c1964b4fd5ffe9bfee17b6153..dad35b2f042e8011ffb7104fb75d4f5e743c0e3c 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2120,7 +2120,10 @@ split_static_library("ui") {
]
}
if (is_win || is_linux) {
- deps += [ "//components/payments:payment_request_impl" ]
+ deps += [
+ "//components/payments:payment_request_impl",
+ "//components/payments:payment_validation",
+ ]
}
if (enable_print_preview) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698