Index: chrome/browser/BUILD.gn |
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
index fcbe08afbae103d9119eee16e1147afa32335b35..bab70e33135baa4a54a4e1063ca3d5098320cccd 100644 |
--- a/chrome/browser/BUILD.gn |
+++ b/chrome/browser/BUILD.gn |
@@ -3533,10 +3533,11 @@ split_static_library("browser") { |
if (is_linux || is_win) { |
sources += [ |
+ "payments/payment_request_impl.cc", |
+ "payments/payment_request_impl.h", |
"renderer_context_menu/spelling_options_submenu_observer.cc", |
"renderer_context_menu/spelling_options_submenu_observer.h", |
] |
- deps += [ "//chrome/browser/payments:payments" ] |
} |
if (is_desktop_linux) { |