summaryrefslogtreecommitdiff
path: root/chromium/extensions/browser/DEPS
blob: 99095ce46c900d4d1d7552e6b5cc7b8b97cef505 (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
35
36
37
38
39
40
include_rules = [
  "+chromeos",
  "+components/guest_view",
  "+components/keyed_service",
  "+components/pref_registry",
  "+components/sessions",
  "+components/storage_monitor",
  "+components/sync",
  "+components/sync_preferences",
  "+components/update_client",
  "+components/variations",
  "+components/version_info",
  "+components/web_cache",
  "+components/web_modal",
  "+components/zoom",
  "+content/public/browser",
  "+device/bluetooth",
  "+device/power_save_blocker",
  "+device/serial",
  "+device/usb",
  "+google_apis/gaia",
  "+grit/extensions_strings.h",
  "+net",
  # This directory contains build flags and does not pull all of PPAPI in.
  "+ppapi/features",
  "+services/service_manager/public/cpp",
  "+skia/ext/image_operations.h",
  "+third_party/leveldatabase",
  "+third_party/re2",
  "+third_party/WebKit/public/platform",
  "+third_party/WebKit/public/web",
  "+third_party/zlib/google",
  "+ui/display",
]

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