blob: 323b7c0daf4a3b228e85856a25844238122bb5a5 [file] [log] [blame]
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|object_painter_base)\.cc": [
"+ui/native_theme/native_theme.h",
"+ui/native_theme/native_theme_base.h",
],
".*test\.cc": [
"+base/test/trace_event_analyzer.h",
],
"(object_painter_base|paint_layer_scrollable_area|theme_painter|theme_painter_default)\.cc": [
"+ui/base/ui_base_features.h",
],
}