1include_rules = [ 2 "+chrome/plugin", # For checking whether we're a plugin process. 3 "+chrome/default_plugin", 4 "+grit", # For generated headers 5 "+libxml", 6 "+media/audio", 7 "+media/base", 8 "+ppapi/c", # For various types. 9 "+ppapi/proxy", 10 "+remoting/client/plugin", 11 "+sandbox/src", 12 "+skia", 13 "+webkit/glue", 14 "+webkit/plugins", 15 16 # Other libraries. 17 "+chrome/third_party/xdg_user_dirs", 18 "+third_party/bzip2", 19 "+third_party/npapi", 20 "+third_party/sqlite", 21 "+third_party/zlib", 22 23 # FIXME - refactor code and remove these dependencies 24 "+chrome/installer", 25] 26