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 "+content/public/common",
28 "+content/public/test",
32 # Don't allow inclusion of these other libs we shouldn't be calling directly.
36 "-crypto/third_party",
38 # Allow inclusion of WebKit API files.
39 "+third_party/WebKit/Source/Platform/chromium",
40 "+third_party/WebKit/Source/WebKit/chromium",
42 # Allow inclusion of third-party code:
43 "+third_party/hunspell",
44 "+third_party/icon_family", # IconFamily for Mac.
45 "+third_party/libxml",
46 "+third_party/mozilla", # Mozilla interface headers.
47 "+third_party/npapi", # NPAPI interface headers.
49 "+third_party/tcmalloc",
50 "+third_party/GTM", # Google Toolbox for Mac.