summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
blob: b92e996c2c3800255e948aa4304a702e888c8d4d (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
41
include_rules = [
  "+chrome/app",
  "+chrome/app/locales",
  "+chrome/installer",
  "+chrome/personalization",
  "+chrome/plugin",  # For Mac plugin interpose library.
  "+chrome/profile_import",
  "+chrome/tools/profiles",  # For history unit tests.
  "+chrome/views",
  "+cros",
  "+grit",  # For generated headers
  "+ppapi/proxy",
  "+rlz",
  "+sandbox/linux",
  "+sandbox/src",  # The path doesn't say it, but this is the Windows sandbox.
  "+skia/ext",
  "+skia/include",
  "+webkit/database",
  "+webkit/glue",  # Defines some types that are marshalled over IPC.
  "+xib_localizers", # For generated mac localization helpers

  # Other libraries.
  "+chrome/third_party/hunspell",
  "+chrome/third_party/mozilla_security_manager",
  "+libxml",  # For search engine definition parsing.
  "+media/audio",  # Chrome's lightweight audio library.
  "+media/base",
  "+third_party/apple",  # Apple code ImageAndTextCell.
  "+third_party/expat",
  "+third_party/gpsd",
  "+third_party/sqlite",
  "+third_party/libevent",  # For the remote V8 debugging server
  "+third_party/libjingle",
  "+third_party/cld",
  "+third_party/undoview",
  "+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",
]