12 # Browser, renderer, common and tests access V8 for various purposes.
16 # Limit what we include from nacl.
18 "+native_client/src/trusted/service_runtime/osx",
19 "+native_client/src/trusted/service_runtime/win",
20 "+native_client/src/shared/imc",
22 # The subdirectories in chrome/ will manually allow their own include
23 # directories in chrome/ so we disallow all of them.
27 "+components/sessions",
28 "+components/visitedlink/common",
29 "+content/public/common",
30 "+content/public/test",
34 # Don't allow inclusion of these other libs we shouldn't be calling directly.
38 "-crypto/third_party",
40 # Allow inclusion of WebKit API files.
41 "+third_party/WebKit/public/platform",
42 "+third_party/WebKit/Source/WebKit/chromium",
44 # Allow inclusion of third-party code:
45 "+third_party/hunspell",
46 "+third_party/libxml",
47 "+third_party/mozilla", # Mozilla interface headers.
48 "+third_party/npapi", # NPAPI interface headers.
50 "+third_party/tcmalloc",
51 "+third_party/zlib/google",
52 "+third_party/GTM", # Google Toolbox for Mac.