include_rules = [
  "+base",
  "+gpu",
  "+media/audio",
  "+media/base",
  "+skia",
  "+webkit/common/webpreferences.h",
  "+webkit/common/fileapi/file_system_types.h",

  # The untrusted build references the NaCl integrated runtime (IRT).
  "+native_client/src/untrusted/irt",

  "-ppapi/cpp",
  "-ppapi/proxy",

  # For testing purpose.
  "+ppapi/proxy/ppapi_proxy_test.h",
]