| Index: chrome/browser/payments/BUILD.gn
|
| diff --git a/chrome/browser/payments/BUILD.gn b/chrome/browser/payments/BUILD.gn
|
| index 55a02264d5cf71af8dc73fd62d6a6fabaa8aab2f..4a72754c226b422ef6bbc79e5e532c1dac637127 100644
|
| --- a/chrome/browser/payments/BUILD.gn
|
| +++ b/chrome/browser/payments/BUILD.gn
|
| @@ -6,8 +6,13 @@ static_library("payments") {
|
| sources = [
|
| "payment_request_impl.cc",
|
| "payment_request_impl.h",
|
| + "ui/order_summary_state.cc",
|
| + "ui/order_summary_state.h",
|
| + "ui/payment_dialog_state.h",
|
| "ui/payment_request_dialog.cc",
|
| "ui/payment_request_dialog.h",
|
| + "ui/payment_sheet_state.cc",
|
| + "ui/payment_sheet_state.h",
|
| ]
|
| deps = [
|
| "//components/payments:payment_request",
|
|
|