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

  # TODO(dtrainor): Verify we still need this.
  "!ui/native_theme/native_theme_switches.h",

  # 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",
]
