| Index: ash/common/system/DEPS
|
| diff --git a/ash/common/system/tray/DEPS b/ash/common/system/DEPS
|
| similarity index 77%
|
| rename from ash/common/system/tray/DEPS
|
| rename to ash/common/system/DEPS
|
| index 97a85bef46792d24a752ee468c010e6ec94af491..d0d4503094708e8b820067b0d96740051e2adbc0 100644
|
| --- a/ash/common/system/tray/DEPS
|
| +++ b/ash/common/system/DEPS
|
| @@ -4,3 +4,9 @@ include_rules = [
|
| # TODO(jamescook): Remove this.
|
| "+ash/system/tray/system_tray.h",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + ".*test\.cc": [
|
| + "+ash/test",
|
| + ]
|
| +}
|
|
|