1 include_rules = [ 2 "+chrome/app", 3 "+chrome/app/locales", 4 "+chrome/installer", 5 "+chrome/personalization", 6 "+chrome/plugin", # For Mac plugin interpose library. 7 "+chrome/profile_import", 8 "+chrome/tools/profiles", # For history unit tests. 9 "+chrome/views", 10 "+grit", # For generated headers 11 "+policy", # For generated headers and source 12 "+ppapi/c", # For various types. 13 "+ppapi/proxy", 14 "+rlz", 15 "+sandbox/linux", 16 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 17 "+skia/ext", 18 "+skia/include", 19 "+third_party/cros", 20 "+webkit/database", 21 "+webkit/glue", # Defines some types that are marshalled over IPC. 22 "+webkit/plugins", # Defines some types that are marshalled over IPC. 23 "+webkit/quota", 24 "+xib_localizers", # For generated mac localization helpers 25 26 # Other libraries. 27 "+chrome/third_party/hunspell", 28 "+chrome/third_party/mozilla_security_manager", 29 "+libxml", # For search engine definition parsing. 30 "+media/audio", # Chrome's lightweight audio library. 31 "+media/base", 32 "+third_party/apple", # Apple code ImageAndTextCell. 33 "+third_party/cld", 34 "+third_party/expat", 35 "+third_party/sqlite", 36 "+third_party/libevent", # For the remote V8 debugging server 37 "+third_party/libjingle", 38 "+third_party/protobuf/src/google/protobuf", 39 "+third_party/undoview", 40 "+v8/include", # Browser uses V8 to get the version and run the debugger. 41 42 # FIXME: these should probably not be here, we need to find a better 43 # structure for these includes. 44 "+chrome/renderer", 45 ] 46