8 # Browser, renderer, common and tests access V8 for various purposes.
12 # Limit what we include from nacl.
15 # The subdirectories in chrome/ will manually allow their own include
16 # directories in chrome/ so we disallow all of them.
20 "+components/variations",
21 "+content/public/common",
22 "+content/public/test",
24 # Don't allow inclusion of these other libs we shouldn't be calling directly.
28 "-crypto/third_party",
30 # Allow inclusion of WebKit API files.
31 "+third_party/WebKit/public/platform",
32 "+third_party/WebKit/public/web",
34 # Allow inclusion of third-party code:
35 "+third_party/google_toolbox_for_mac/src",
36 "+third_party/hunspell",
37 "+third_party/libxml",
38 "+third_party/mozilla", # Mozilla interface headers.
40 "+third_party/zlib/google",