Chromium Code Reviews| Index: ui/arc/notification/DEPS |
| diff --git a/ui/arc/notification/DEPS b/ui/arc/notification/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a65580e3d6deed2f8a8cb95e80fbb763e457497e |
| --- /dev/null |
| +++ b/ui/arc/notification/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + "+content/public", |
| + "+components/signin/core/account_id", |
| + "+third_party/skia", |
| + "+third_party/WebKit/public", |
| + "+ui/gfx", |
|
danakj
2016/01/05 19:35:34
This LGTM
|
| + "+ui/message_center", |
| +] |