summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
blob: 855116cfd3872665a448ecc19ce318f6677b1162 (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
include_rules = [
  "+chrome/app",
  "+chrome/app/locales",
  "+chrome/installer",
  "+chrome/personalization",
  "+chrome/plugin",  # For Mac plugin interpose library.
  "+chrome/tools/profiles",  # For history unit tests.
  "+chrome/views",
  "+grit",  # For generated headers
  "+sandbox/src",
  "+skia/include",
  "+webkit/database",
  "+webkit/default_plugin",
  "+webkit/glue",  # Defines some types that are marshalled over IPC.
  "+xib_localizers", # For generated mac localization helpers

  # Other libraries.
  "+chrome/third_party/hunspell",
  "+libxml", # For search engine definition parsing.
  "+media/audio", # Chrome's lightweight audio library.
  "+media/base",
  "+third_party/sqlite",
  "+third_party/libevent", # For the remote V8 debugging server
  "+third_party/cld",
  "+v8/include", # Browser uses V8 to get the version and run the debugger.

  # FIXME: this should probably not be here, we need to find a better
  # structure for these includes.
  "+chrome/renderer",
]