blob: ca6752e4ec6bf3c03009f16eddef820900434d00 [file] [log] [blame]
[email protected]4ec7327e2008-08-18 23:59:511include_rules = [
[email protected]9929da92009-05-05 02:05:112 "+app",
[email protected]4ec7327e2008-08-18 23:59:513 "+net",
[email protected]7f6608e2009-02-20 18:10:054 "+printing",
[email protected]2362e4f2009-05-08 00:34:055 "+views",
[email protected]4ec7327e2008-08-18 23:59:516
7 # The subdirectories in chrome/ will manually allow their own include
8 # directories in chrome/ so we disallow all of them.
9 "-chrome",
10 "+chrome/common",
11 "+chrome/test",
12
13 # Don't allow inclusion of these other libs we shouldn't be calling directly.
14 "-v8",
15 "-webkit",
16 "-tools",
[email protected]fcb6c112009-04-13 18:29:5417
[email protected]59808c02009-05-10 22:33:2818 # Allow inclusion of WebKit API files.
[email protected]7f344542009-05-10 22:28:1619 "+webkit/api",
20
[email protected]f430b5712009-08-21 21:46:3121 # Allow inclusion of the appcache library.
22 "+webkit/appcache",
23
[email protected]d38f0992009-05-18 12:40:2624 # Allow inclusion of Mozilla interface headers.
25 "+third_party/mozilla",
26
[email protected]833b88a2009-09-22 16:16:3927 # Allow inclusion of tcmalloc header.
28 "+third_party/tcmalloc",
29
[email protected]d38f0992009-05-18 12:40:2630 # Allow usage of Google Toolbox for Mac.
31 "+third_party/GTM",
32
[email protected]c2ad1e32009-11-04 19:29:5833 # Allow usage of the libjingle library.
34 "+third_party/libjingle",
35
[email protected]67a46b7f2009-06-16 21:41:0236 # Our Skia extensions.
37 "+skia/ext",
[email protected]b06c50952009-05-22 04:28:1338
39 # On Linux, we include some breakpad headers
40 "+breakpad/linux",
[email protected]ffd1f9e2009-07-17 23:03:4541
42 # On Linux, the zygote needs to access sandbox headers
43 "+sandbox/linux"
[email protected]4ec7327e2008-08-18 23:59:5144]