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

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

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Address more comments Created 3 years, 10 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 9d9951f69c5f1a5064cce0b4bd8f311f9a684e84..68f861896a52755b8b3cccc8125b3bc8b6df243e 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1562,7 +1562,7 @@ split_static_library("ui") {
"//chrome/browser/ui/views",
"//components/constrained_window",
"//components/payments:payment_request_impl",
- "//components/payments:payment_validation",
+ "//components/payments:payment_utils",
"//services/ui/public/cpp/input_devices",
]
allow_circular_includes_from += [ "//chrome/browser/ui/views" ]

Powered by Google App Engine
This is Rietveld 408576698