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

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

Issue 2779283002: [Web Payments] Implement the CVC Unmask dialog. (Closed)
Patch Set: BUILD 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/payment_request.h » ('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 bfe4682b8bd5fce9a89d15a6acd4bbf0be95dbec..36d05dae571d1be0d5380bf2874cfa2d38f3356c 100644
--- a/components/payments/content/BUILD.gn
+++ b/components/payments/content/BUILD.gn
@@ -8,7 +8,6 @@ static_library("content") {
sources = [
"payment_request.cc",
"payment_request.h",
- "payment_request_delegate.h",
"payment_request_dialog.h",
"payment_request_spec.cc",
"payment_request_spec.h",
@@ -105,6 +104,7 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
+ "//components/payments/core",
"//content/test:test_support",
"//net:test_support",
"//testing/gtest",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/payments/content/payment_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698