blob: 1c86deee36bd94e54cd8b4093875c68ef9f33f4a [file] [log] [blame]
include_rules = [
"+app",
"+gfx",
"+gpu",
"+net",
"+printing",
"+views",
# The subdirectories in chrome/ will manually allow their own include
# directories in chrome/ so we disallow all of them.
"-chrome",
"+chrome/common",
"+chrome/test",
# Don't allow inclusion of these other libs we shouldn't be calling directly.
"-v8",
"-webkit",
"-tools",
# Allow inclusion of WebKit API files.
"+third_party/WebKit/WebKit/chromium",
"+webkit/appcache",
"+webkit/blob",
"+webkit/database",
"+webkit/fileapi",
# Allow inclusion of third-party code:
"+third_party/mozilla", # Mozilla interface headers.
"+third_party/npapi", # NPAPI interface headers.
"+third_party/tcmalloc", # tcmallo
"+third_party/GTM", # Google Toolbox for Mac.
]