569de1c2创建于 2012年9月26日历史提交
include_rules = [
  "+content/gpu",  # For gpu_info_collector.h and in-process GPU
  "+content/port/browser",
  "+content/public/browser",
  "+media/audio",  # For audio input for speech input feature.
  "+media/base/android",  # For Android JNI registration.
  "+ui/ui_controls",  # this should probably move into a DEPS file under test.

  # Other libraries.
  "+third_party/iaccessible2",
  "+third_party/isimpledom",
  "+third_party/speex",

  # Allow non-browser Chrome OS code to be used.
  "+chromeos/power",

  # DO NOT ADD ANY CHROME INCLUDES HERE!!!
  # See https://sites.google.com/a/chromium.org/dev/developers/content-module
  # for more information.
]