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

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

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: WIP Downloader tests - do not review 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 4e8f3cbd158eb47ae89d332c7d2a131400aaf803..f188f827f813fc6e37b27b26379cb439b7b299b4 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2125,7 +2125,7 @@ split_static_library("ui") {
if (is_win || is_linux) {
deps += [
"//components/payments:payment_request_impl",
- "//components/payments:payment_validation",
+ "//components/payments:payment_utils",
]
}
if (enable_print_preview) {

Powered by Google App Engine
This is Rietveld 408576698