summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
blob: 9c23ba2381c42e75f4f167078ef18ffb0d2427b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  "+base",
  "+content",
  # Temporary allowed includes.
  # TODO(benwells): remove these (http://crbug.com/159366)
  "+chrome/browser/browser_process.h",
  "+chrome/browser/extensions",
  "+chrome/browser/profiles",
  "+chrome/browser/shell_integration.h",
  "+chrome/browser/ui/host_desktop.h",
  "+chrome/browser/ui/web_applications/web_app_ui.h",
  "+chrome/browser/web_applications/web_app.h",
  "+chrome/common/chrome_notification_types.h",
  "+chrome/common/extensions",
  "+chrome/installer",
]