blob: 4d2073289a9a1b0e6f12b8ae6f504ae673d9c532 [file] [log] [blame]
include_rules = [
"+crypto",
"+gpu",
"+net",
"+printing",
"+sql",
"+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",
"-content",
"+content/common",
"+content/test",
# Don't allow inclusion of these other libs we shouldn't be calling directly.
"-v8",
"-webkit",
"-tools",
"-crypto/third_party",
# Allow inclusion of WebKit API files.
"+third_party/WebKit/Source/WebKit/chromium",
"+webkit/appcache",
"+webkit/blob",
"+webkit/database",
"+webkit/fileapi",
"+webkit/quota",
# 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.
"+ui",
]