11 # Browser, renderer, common and tests access V8 for various purposes.
15 # chrome only needs switches from cc. All usage of the compositor is from
16 # content. Definitely don't include generic stuff from cc/base here, if this
17 # is needed these files need to move to base/
18 "+cc/base/switches.h",
20 # Limit what we include from nacl.
22 "+native_client/src/trusted/service_runtime/osx",
23 "+native_client/src/trusted/service_runtime/win",
24 "+native_client/src/shared/imc",
26 # The subdirectories in chrome/ will manually allow their own include
27 # directories in chrome/ so we disallow all of them.
31 "+components/json_schema",
32 "+components/sessions",
33 "+components/variations",
34 "+components/visitedlink/common",
35 "+content/public/common",
36 "+content/public/test",
40 # Don't allow inclusion of these other libs we shouldn't be calling directly.
44 "-crypto/third_party",
46 # Allow inclusion of WebKit API files.
47 "+third_party/WebKit/public/platform",
48 "+third_party/WebKit/public/web",
50 # Allow inclusion of third-party code:
51 "+third_party/hunspell",
52 "+third_party/libxml",
53 "+third_party/mozilla", # Mozilla interface headers.
54 "+third_party/npapi", # NPAPI interface headers.
56 "+third_party/tcmalloc",
57 "+third_party/zlib/google",
58 "+third_party/GTM", # Google Toolbox for Mac.