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/omnibox/common",
23 "+components/url_formatter",
24 "+components/variations",
25 "+content/public/common",
26 "+content/public/test",
30 # Don't allow inclusion of these other libs we shouldn't be calling directly.
34 "-crypto/third_party",
36 # Allow inclusion of WebKit API files.
37 "+third_party/WebKit/public/platform",
38 "+third_party/WebKit/public/web",
40 # Allow inclusion of third-party code:
41 "+third_party/hunspell",
42 "+third_party/mojo/src/mojo/public",