DEPS revision 21d179b334e59e9a3bfcaed4c4430bef1bc5759d
1include_rules = [
2  "+chrome/app",
3  "+chrome/app/locales",
4  "+chrome/installer",
5  "+chrome/personalization",
6  "+chrome/plugin",  # For Mac plugin interpose library.
7  "+chrome/profile_import",
8  "+chrome/tools/profiles",  # For history unit tests.
9  "+chrome/views",
10  "+grit",  # For generated headers
11  "+ppapi/proxy",
12  "+rlz",
13  "+sandbox/linux",
14  "+sandbox/src",  # The path doesn't say it, but this is the Windows sandbox.
15  "+skia/ext",
16  "+skia/include",
17  "+third_party/cros",
18  "+webkit/database",
19  "+webkit/glue",  # Defines some types that are marshalled over IPC.
20  "+webkit/plugins",  # Defines some types that are marshalled over IPC.
21  "+xib_localizers", # For generated mac localization helpers
22
23  # Other libraries.
24  "+chrome/third_party/hunspell",
25  "+chrome/third_party/mozilla_security_manager",
26  "+libxml",  # For search engine definition parsing.
27  "+media/audio",  # Chrome's lightweight audio library.
28  "+media/base",
29  "+third_party/apple",  # Apple code ImageAndTextCell.
30  "+third_party/expat",
31  "+third_party/gpsd",
32  "+third_party/sqlite",
33  "+third_party/libevent",  # For the remote V8 debugging server
34  "+third_party/libjingle",
35  "+third_party/cld",
36  "+third_party/undoview",
37  "+v8/include",  # Browser uses V8 to get the version and run the debugger.
38
39  # FIXME: this should probably not be here, we need to find a better
40  # structure for these includes.
41  "+chrome/renderer",
42]
43