summaryrefslogtreecommitdiffstats
path: root/extensions/browser/DEPS
blob: abf85d9d797ff62a6dd84b8f23c59ea924976677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
include_rules = [
  "+chromeos",
  "+components/guest_view",
  "+components/keyed_service",
  "+components/pref_registry",
  "+components/sessions",
  "+components/storage_monitor",
  "+components/ui/zoom",
  "+components/update_client",
  "+components/variations",
  "+components/version_info",
  "+components/web_cache",
  "+components/web_modal",
  "+content/public/browser",
  "+device/bluetooth",
  "+device/serial",
  "+device/usb",
  "+google_apis/gaia",
  "+grit/extensions_strings.h",
  "+net",
  "+skia/ext/image_operations.h",
  "+storage/browser/fileapi",
  "+sync",
  "+third_party/leveldatabase",
  "+third_party/re2",
  "+third_party/WebKit/public/web",
  "+third_party/zlib/google",
]

specific_include_rules = {
  ".*test\.cc$": [
    "+components/user_prefs",
  ]
}