Chromium Code Reviews| Index: ios/showcase/DEPS |
| diff --git a/ios/showcase/DEPS b/ios/showcase/DEPS |
| index 78a1dcbdf90a86de0b1d740d2417148250110843..17dc92eed6219317d4721bb535889a1dc60848ce 100644 |
| --- a/ios/showcase/DEPS |
| +++ b/ios/showcase/DEPS |
| @@ -1,7 +1,9 @@ |
| include_rules = [ |
| + "+components/strings", |
| "+ios/chrome", |
| "+ios/clean", |
| "+ios/third_party/material_components_ios", |
| "+ios/third_party/material_roboto_font_loader_ios", |
| "+ui/base", |
| + "+ui/gfx", |
|
lpromero
2017/03/24 12:10:17
I would like to not have the UI depend on gfx. Tha
gambard
2017/03/24 15:12:49
Done.
|
| ] |