summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/DEPS b/apps/DEPS
new file mode 100644
index 0000000..980e672
--- /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",
+]