include_rules = [
  "+chrome/plugin",  # For checking whether we're a plugin process.
  "+chrome/default_plugin",
  "+grit",  # For generated headers
  "+libxml",
  "+media/audio",
  "+media/base",
  "+ppapi/c",  # For various types.
  "+ppapi/proxy",
  "+remoting/client/plugin",
  "+sandbox/src",
  "+skia",
  "+webkit/glue",
  "+webkit/plugins",

  # Other libraries.
  "+chrome/third_party/xdg_user_dirs",
  "+third_party/bzip2",
  "+third_party/npapi",
  "+third_party/sqlite",
  "+third_party/zlib",

  # FIXME - refactor code and remove these dependencies
  "+chrome/installer",
]