blob: a052a2d0341896d7ed63a5d6c89ecaf66d39020d [file] [log] [blame]
include_rules = [
"+chrome/app",
"+chrome/app/locales",
"+chrome/installer",
"+chrome/personalization",
"+chrome/plugin", # For Mac plugin interpose library.
"+chrome/profile_import",
"+chrome/tools/profiles", # For history unit tests.
"+chrome/views",
"+grit", # For generated headers
"+ppapi/proxy",
"+rlz",
"+sandbox/linux",
"+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
"+skia/ext",
"+skia/include",
"+third_party/cros",
"+webkit/database",
"+webkit/glue", # Defines some types that are marshalled over IPC.
"+webkit/plugins", # Defines some types that are marshalled over IPC.
"+xib_localizers", # For generated mac localization helpers
# Other libraries.
"+chrome/third_party/hunspell",
"+chrome/third_party/mozilla_security_manager",
"+libxml", # For search engine definition parsing.
"+media/audio", # Chrome's lightweight audio library.
"+media/base",
"+third_party/apple", # Apple code ImageAndTextCell.
"+third_party/expat",
"+third_party/gpsd",
"+third_party/sqlite",
"+third_party/libevent", # For the remote V8 debugging server
"+third_party/libjingle",
"+third_party/cld",
"+third_party/undoview",
"+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",
]