| 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 2ee9d78adb20f84c6935d145588d9ce42a6df21e..5c087beeff5ec925a78653aed6ad56864a84eb5e 100644
|
| --- a/third_party/WebKit/Source/modules/payments/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
|
| @@ -6,6 +6,8 @@ import("//third_party/WebKit/Source/modules/modules.gni")
|
|
|
| blink_modules_sources("payments") {
|
| sources = [
|
| + "HTMLIFrameElementPayments.cpp",
|
| + "HTMLIFrameElementPayments.h",
|
| "PaymentAddress.cpp",
|
| "PaymentAddress.h",
|
| "PaymentCompleter.h",
|
|
|