summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/DEPS
blob: 3900f77cf2bc62721a982342b33808ab7041c17c (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
include_rules = [
  "+components/autofill/content/renderer",
  "+components/autofill/core/common",
  "+components/visitedlink/renderer",
  "+content/public/child",
  "+content/public/renderer",
  "+extensions/common",
  "+grit",  # For generated headers
  "+media/base",  # For initializing media library and media switches.
  "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h",  # For NaCl registration.
  "+ppapi/c",
  "+ppapi/proxy",
  "+ppapi/shared_impl",
  "+sandbox/win/src",
  "+skia",

  "+webkit/child",
  "+webkit/common",
  "+webkit/glue",
  "+webkit/renderer",

  "+third_party/npapi/bindings",
  "+third_party/re2",
  "+third_party/smhasher",
  "+third_party/sqlite",
  "+third_party/widevine",
]