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/content_settings/core/common",
21 "+components/error_page/common",
22 "+components/url_fixer",
23 "+components/variations",
24 "+content/public/common",
25 "+content/public/test",
28 # Don't allow inclusion of these other libs we shouldn't be calling directly.
32 "-crypto/third_party",
34 # Allow inclusion of WebKit API files.
35 "+third_party/WebKit/public/platform",
36 "+third_party/WebKit/public/web",
38 # Allow inclusion of third-party code:
39 "+third_party/hunspell",
40 "+third_party/libxml",
41 "+third_party/mojo/src/mojo/public",