Chromium Code Reviews| Index: ash/common/system/tray/DEPS |
| diff --git a/ash/common/system/tray/DEPS b/ash/common/system/tray/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..97a85bef46792d24a752ee468c010e6ec94af491 |
| --- /dev/null |
| +++ b/ash/common/system/tray/DEPS |
| @@ -0,0 +1,6 @@ |
| +# NOTE: Files are migrating to this directory as part of the mus ash refactor. |
| +# Talk to jamescook@ before adding deps. See http://crbug.com/619636 |
| +include_rules = [ |
| + # TODO(jamescook): Remove this. |
| + "+ash/system/tray/system_tray.h", |
|
msw
2016/06/13 18:43:37
optional nit: this probably doesn't matter, but it
James Cook
2016/06/13 19:04:29
Thanks for finding that. system_tray.cc has many n
|
| +] |