| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 87e08200b018cf67e41be2b839d84f8019f76db8..240b63ee22cd65e3b2824676fe9acb1feaf5b1a5 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -3580,11 +3580,14 @@ split_static_library("browser") {
|
|
|
| if (is_linux || is_win) {
|
| sources += [
|
| - "payments/payment_request_impl.cc",
|
| - "payments/payment_request_impl.h",
|
| + "payments/chrome_payment_request_delegate.cc",
|
| + "payments/chrome_payment_request_delegate.h",
|
| + "payments/payment_request_factory.cc",
|
| + "payments/payment_request_factory.h",
|
| "renderer_context_menu/spelling_options_submenu_observer.cc",
|
| "renderer_context_menu/spelling_options_submenu_observer.h",
|
| ]
|
| + deps += [ "//components/payments:payment_request_impl" ]
|
| }
|
|
|
| if (is_desktop_linux) {
|
|
|