summaryrefslogtreecommitdiffstats
path: root/chrome/app/DEPS
blob: 414df54d2f97908966423a6be6e9552c9f9d52bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  "+breakpad",
  "+chrome/browser",
  "+chrome/installer",
  "+chrome/plugin/chrome_content_plugin_client.h",
  "+chrome/renderer/chrome_content_renderer_client.h",
  "+chrome/utility/chrome_content_utility_client.h",
  "+content/app",  # TODO(joi): Remove once content API in place.
  "+content/public/app",
  "+content/public/browser/render_process_host.h",
  "+grit",  # For generated headers
  "+media/base",  # For initializing media library.
  "+policy",  # For generated headers and source
  "+sandbox",
  "+tools/memory_watcher",
]