Chromium Code Reviews| 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. |
|
sdefresne
2017/02/23 17:11:05
This component is used on iOS so cannot depends on
please use gerrit instead
2017/02/23 19:57:51
I've started work on https://crbug.com/679381. It
|
| "+content/public/browser", |
| + "+content/public/test", |
| "+mojo/public/cpp", |
| + "+net", |
| "+third_party/libaddressinput", # For address i18n. |
| "+third_party/re2", |
| ] |