431dc5a0d1
TBR=evmar Review URL: http://codereview.chromium.org/149471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20406 0039d316-1c4b-4281-b951-d872f2087c98
33 linhas
673 B
Python
33 linhas
673 B
Python
include_rules = [
|
|
"+app",
|
|
"+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.
|
|
"+webkit/api",
|
|
|
|
# Allow inclusion of Mozilla interface headers.
|
|
"+third_party/mozilla",
|
|
|
|
# Allow usage of Google Toolbox for Mac.
|
|
"+third_party/GTM",
|
|
|
|
# Our Skia extensions.
|
|
"+skia/ext",
|
|
|
|
# On Linux, we include some breakpad headers
|
|
"+breakpad/linux",
|
|
]
|