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

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

Issue 2815763002: Prevent usage of web payments API over insecure HTTPS. (Closed)
Patch Set: Fix typo Created 3 years, 8 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/payments/content/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/BUILD.gn
diff --git a/components/payments/content/BUILD.gn b/components/payments/content/BUILD.gn
index ac16b7b52f1a23479ed5de6c9b3a32f478819aa1..b267312d5b78e105a494a8ba2a41029dc329c5a5 100644
--- a/components/payments/content/BUILD.gn
+++ b/components/payments/content/BUILD.gn
@@ -30,6 +30,8 @@ static_library("content") {
static_library("utils") {
sources = [
+ "origin_security_checker.cc",
+ "origin_security_checker.h",
"payment_details_validation.cc",
"payment_details_validation.h",
"payment_manifest_downloader.cc",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/payments/content/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698