| Index: components/payments/DEPS
|
| diff --git a/components/payments/DEPS b/components/payments/DEPS
|
| index 002344e17a101f01507857a0704a902f6afd786b..b6e14df64bb6062b381c9eff0f853fe5c46dde33 100644
|
| --- a/components/payments/DEPS
|
| +++ b/components/payments/DEPS
|
| @@ -1,9 +1,14 @@
|
| include_rules = [
|
| "+components/autofill",
|
| + "+components/data_use_measurement",
|
| + "+components/link_header_util",
|
| +
|
| # TODO(crbug.com/679381): Move this to components/payments/content.
|
| "+content/public/browser",
|
| + "+content/public/test",
|
|
|
| "+mojo/public/cpp",
|
| + "+net",
|
| "+third_party/libaddressinput", # For address i18n.
|
| "+third_party/re2",
|
| ]
|
|
|