summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
blob: 90a33a646632e64ce1b7b99eced6febf075af534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/ui/host_desktop.h",
  "+chrome/common/chrome_notification_types.h",
  "+chrome/common/chrome_switches.h",
  "+chrome/common/extensions",
  "+chrome/installer",
]