Chromium Code Reviews| Index: components/background_loader/DEPS |
| diff --git a/ash/content/keyboard_overlay/DEPS b/components/background_loader/DEPS |
| similarity index 77% |
| copy from ash/content/keyboard_overlay/DEPS |
| copy to components/background_loader/DEPS |
| index 1c35d9ca694b7004e71670cd60a883ddbd8c808f..c36190b429dfa849cba2fe55423fe46451b93c90 100644 |
| --- a/ash/content/keyboard_overlay/DEPS |
| +++ b/components/background_loader/DEPS |
| @@ -1,3 +1,4 @@ |
| include_rules = [ |
| "+content/public/browser", |
| + "+ui/base", |
|
Dmitry Titov
2016/10/06 04:36:02
What do you plan to use from it?
chili
2016/10/12 20:57:30
This was left over from when I needed MediaType fo
|
| ] |