blob: fb83a498c731e5536d370a5703e3b460373c986e [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]d38f0992009-05-18 12:40:2621 # Allow inclusion of Mozilla interface headers.
22 "+third_party/mozilla",
23
24 # Allow usage of Google Toolbox for Mac.
25 "+third_party/GTM",
26
[email protected]67a46b7f2009-06-16 21:41:0227 # Our Skia extensions.
28 "+skia/ext",
[email protected]b06c50952009-05-22 04:28:1329
30 # On Linux, we include some breakpad headers
31 "+breakpad/linux",
[email protected]ffd1f9e2009-07-17 23:03:4532
33 # On Linux, the zygote needs to access sandbox headers
34 "+sandbox/linux"
[email protected]4ec7327e2008-08-18 23:59:5135]