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

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

Issue 2785523003: PaymentHandler: Rename PaymentAppManager to PaymentManager. (Closed)
Patch Set: PaymentHandler: Rename PaymentAppManager to PaymentManager. 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 0fea10d307dbf49cf807316647404bb915328d4c..600a9c7572881125b7eaa7a2ff9ca7e9296ab12e 100644
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
@@ -10,14 +10,14 @@ blink_modules_sources("payments") {
"HTMLIFrameElementPayments.h",
"PaymentAddress.cpp",
"PaymentAddress.h",
- "PaymentAppManager.cpp",
- "PaymentAppManager.h",
"PaymentAppRequestConversion.cpp",
"PaymentAppRequestConversion.h",
"PaymentAppServiceWorkerGlobalScope.h",
"PaymentAppServiceWorkerRegistration.cpp",
"PaymentAppServiceWorkerRegistration.h",
"PaymentCompleter.h",
+ "PaymentManager.cpp",
+ "PaymentManager.h",
"PaymentRequest.cpp",
"PaymentRequest.h",
"PaymentRequestEvent.cpp",

Powered by Google App Engine
This is Rietveld 408576698