Arquivos
chromium/chrome/browser/DEPS
T
thestig@chromium.org 431dc5a0d1 Remove svn:executable property from some more files that don't need it.
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
2009-07-10 20:14:40 +00:00

27 linhas
838 B
Python

include_rules = [
"+chrome/app",
"+chrome/app/locales",
"+chrome/installer",
"+chrome/personalization",
"+chrome/tools/profiles", # For history unit tests.
"+chrome/views",
"+grit", # For generated headers
"+sandbox/src",
"+skia/include",
"+webkit/default_plugin",
"+webkit/glue", # Defines some types that are marshalled over IPC.
# Other libraries.
"+chrome/third_party/hunspell",
"+libxml", # For search engine definition parsing.
"+media/audio", # Chrome's lightweight audio library.
"+third_party/sqlite",
"+third_party/libevent", # For the remote V8 debugging server
"+third_party/cld",
"+v8/include", # Browser uses V8 to get the version and run the debugger.
# FIXME: this should probably not be here, we need to find a better
# structure for these includes.
"+chrome/renderer",
]