Chromium Code Reviews| Index: components/autofill/core/browser/DEPS |
| diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS |
| index 75cde3a0c123b1c019d334faaffbfacdb8c06257..d32f8fb14c2db22ea6fc9528c5c142f5b480c63b 100644 |
| --- a/components/autofill/core/browser/DEPS |
| +++ b/components/autofill/core/browser/DEPS |
| @@ -1,4 +1,5 @@ |
| include_rules = [ |
| + "+components/infobars/core", |
| "+components/keyed_service/core", |
| "+components/webdata/common", |
| "+crypto/random.h", |
| @@ -11,4 +12,7 @@ include_rules = [ |
| "+third_party/webrtc/libjingle", |
| "+third_party/libaddressinput", # For address i18n. |
| "+third_party/libphonenumber", # For phone number i18n. |
| + "+ui/base", |
| + "+ui/gfx", |
| + "+ui/gfx/geometry", |
|
Ilya Sherman
2014/12/12 22:24:21
nit: No need for ui/gfx/geometry if you already al
Pritam Nikam
2014/12/15 11:16:14
Done.
|
| ] |