9 # The subdirectories in chrome/ will manually allow their own include
10 # directories in chrome/ so we disallow all of them.
15 # TODO(jam): remove me once chrome only consumes content/common through its
18 "+content/public/common",
21 # TODO(ben): remove this
22 "+content/public/browser/native_web_keyboard_event.h",
24 # Don't allow inclusion of these other libs we shouldn't be calling directly.
29 "-crypto/third_party",
31 # Allow inclusion of WebKit API files.
32 "+third_party/WebKit/Source/WebKit/chromium",
39 # Allow inclusion of third-party code:
40 "+third_party/mozilla", # Mozilla interface headers.
41 "+third_party/npapi", # NPAPI interface headers.
42 "+third_party/tcmalloc", # tcmallo
43 "+third_party/GTM", # Google Toolbox for Mac.