Chromium Code Reviews| Index: components/ui/zoom/DEPS |
| diff --git a/components/ui/zoom/DEPS b/components/ui/zoom/DEPS |
| index cdd5019e6f3036ff07d54a6e1bf31983f058bf59..ac43642ed45830fc2c20497d347eafc5154cc3aa 100644 |
| --- a/components/ui/zoom/DEPS |
| +++ b/components/ui/zoom/DEPS |
| @@ -1,6 +1,8 @@ |
| include_rules = [ |
| + "+base", |
|
Lei Zhang
2015/10/23 18:14:32
no need for +base, that's already in src/DEPS
wjmaclean
2015/10/29 15:33:36
Done.
|
| "+content/public/browser", |
| "+content/public/common", |
| + "+content/public/test", |
|
Lei Zhang
2015/10/23 18:14:32
do you want to add a zoom/test sub-directory and o
wjmaclean
2015/10/29 15:33:36
Done.
|
| "+ipc", |
| "+net/base", |
| "+url", |