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

Unified Diff: third_party/WebKit/Source/modules/payments/BUILD.gn

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Fix duplicate resource identifier. 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: third_party/WebKit/Source/modules/payments/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/payments/BUILD.gn b/third_party/WebKit/Source/modules/payments/BUILD.gn
index 394e7091c48df0a17bab5eeec7ae15d04b570266..0fea10d307dbf49cf807316647404bb915328d4c 100644
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
@@ -33,7 +33,7 @@ blink_modules_sources("payments") {
"PaymentsValidators.h",
]
deps = [
- "//components/payments/content:payment_app_blink",
- "//components/payments/content:payment_request_blink",
+ "//components/payments/content:mojom_blink",
+ "//components/payments/content:mojom_payment_app_blink",
]
}

Powered by Google App Engine
This is Rietveld 408576698