blob: c24006eec60e093e5499ef0e53de204fb21a0443 [file] [log] [blame]
[email protected]4ec7327e2008-08-18 23:59:511include_rules = [
[email protected]9929da92009-05-05 02:05:112 "+app",
[email protected]7477ea6f2009-12-22 23:28:153 "+gpu",
[email protected]4ec7327e2008-08-18 23:59:514 "+net",
[email protected]7f6608e2009-02-20 18:10:055 "+printing",
[email protected]2362e4f2009-05-08 00:34:056 "+views",
[email protected]4ec7327e2008-08-18 23:59:517
8 # The subdirectories in chrome/ will manually allow their own include
9 # directories in chrome/ so we disallow all of them.
10 "-chrome",
11 "+chrome/common",
12 "+chrome/test",
13
14 # Don't allow inclusion of these other libs we shouldn't be calling directly.
15 "-v8",
16 "-webkit",
17 "-tools",
[email protected]fcb6c112009-04-13 18:29:5418
[email protected]59808c02009-05-10 22:33:2819 # Allow inclusion of WebKit API files.
[email protected]418ed5ab2009-11-12 01:14:4920 "+third_party/WebKit/WebKit/chromium",
[email protected]7f344542009-05-10 22:28:1621
[email protected]f430b5712009-08-21 21:46:3122 # Allow inclusion of the appcache library.
23 "+webkit/appcache",
24
[email protected]2f351cb2009-11-09 23:43:3425 # Allow inclusion of the database library.
26 "+webkit/database",
27
[email protected]d38f0992009-05-18 12:40:2628 # Allow inclusion of Mozilla interface headers.
29 "+third_party/mozilla",
30
[email protected]833b88a2009-09-22 16:16:3931 # Allow inclusion of tcmalloc header.
32 "+third_party/tcmalloc",
33
[email protected]d38f0992009-05-18 12:40:2634 # Allow usage of Google Toolbox for Mac.
35 "+third_party/GTM",
36
[email protected]c2ad1e32009-11-04 19:29:5837 # Allow usage of the libjingle library.
38 "+third_party/libjingle",
39
[email protected]67a46b7f2009-06-16 21:41:0240 # Our Skia extensions.
41 "+skia/ext",
[email protected]b06c50952009-05-22 04:28:1342
43 # On Linux, we include some breakpad headers
44 "+breakpad/linux",
[email protected]ffd1f9e2009-07-17 23:03:4545
46 # On Linux, the zygote needs to access sandbox headers
47 "+sandbox/linux"
[email protected]4ec7327e2008-08-18 23:59:5148]