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
27 linhas
838 B
Python
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",
|
|
]
|