Chromium Code Reviews| Index: components/arc/net/DEPS |
| diff --git a/components/arc/net/DEPS b/components/arc/net/DEPS |
| index 5e505cc417b78164f2c1e2a3b0db1a84dab518aa..94ffc33700403c13f1e1ffdae57a0ca4e7fd5755 100644 |
| --- a/components/arc/net/DEPS |
| +++ b/components/arc/net/DEPS |
| @@ -2,4 +2,5 @@ include_rules = [ |
| "+chromeos/login", |
| "+chromeos/network", |
| "+components/onc", |
| + "+chrome/browser/chromeos/login/users", |
|
Kevin Cernekee
2017/03/16 04:15:27
Do these need to be alphabetized?
xiyuan
2017/03/16 05:13:21
Yes, I think we should alpha sort the list. My imp
abhishekbh
2017/03/16 19:02:38
Done.
|
| ] |