include_rules = [
    # This goes away after CompositeAfterPaint is enabled. For now it violates
    # strict onion soup guidelines.
    "+cc/layers/picture_layer.h",
    # For DCHECK.
    "+base/logging.h",
]

specific_include_rules = {
  "(theme_painter|fallback_theme)\.cc": [
    "+ui/native_theme/native_theme.h",
    "+ui/native_theme/native_theme_base.h",
  ],
  ".*test\.cc": [
    "+base/test/trace_event_analyzer.h",
  ]
}
