| 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 8a8d5db26eca9f8115156b989b673b455ecc48e3..e2f6fb6a7619cf4efd12ef70c35c29f8bb7ab477 100644
|
| --- a/third_party/WebKit/Source/modules/payments/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/payments/BUILD.gn
|
| @@ -31,7 +31,7 @@ blink_modules_sources("payments") {
|
| "PaymentsValidators.h",
|
| ]
|
| deps = [
|
| - "//components/payments:payment_app_blink",
|
| - "//components/payments:payment_request_blink",
|
| + "//components/payments/content:payment_app_blink",
|
| + "//components/payments/content:payment_request_blink",
|
| ]
|
| }
|
|
|