include_rules = [
  "+base",
  "+cc",
  "-cc/blink",
  "-chrome"
  "-content",
  "+gpu",
  "+jni",
  "+skia",
  "+third_party/skia",
  "+ui/gfx",
  "+ui/gl",

  # TODO(dtrainor): Remove this once Toast uses are removed from Java.
  "!ui/android",

  # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
  # are finalized or are pushed from the server component.  See
  # crbug.com/527655.
  "!content/public/common/content_switches.h",
  "!ui/native_theme/native_theme_switches.h",
]
