Chromium Code Reviews| Index: apps/DEPS |
| diff --git a/apps/DEPS b/apps/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..980e67256f4fe1d36e9a3e55618939a26db77f54 |
| --- /dev/null |
| +++ b/apps/DEPS |
| @@ -0,0 +1,10 @@ |
| +include_rules = [ |
| + "+base", |
| + "+content", |
| + # Temporary allowed includes. |
| + # TODO(benwells): remove these. |
| + "+chrome/browser/extensions", |
| + "+chrome/browser/profiles", |
| + "+chrome/common/chrome_notification_types.h", |
| + "+chrome/common/extensions", |
| +] |