Chromium Code Reviews| Index: ash/common/shelf/DEPS |
| diff --git a/ash/common/shelf/DEPS b/ash/common/shelf/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2710d51bb83991aa2069fe3eb4a6ada87e00afe6 |
| --- /dev/null |
| +++ b/ash/common/shelf/DEPS |
| @@ -0,0 +1,7 @@ |
| +# Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ |
| +# before adding items here. http://crbug.com/615155 |
| +specific_include_rules = { |
| + "overflow_bubble.cc": [ |
| + "+ash/shelf/shelf_view.h" |
| + ], |
| +} |