summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/paint/DEPS
blob: 00b071d198a6b266671f025b9af16c9fe447f732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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",
    "+components/shared_highlighting/core/common",
]

specific_include_rules = {
  "(theme_painter|theme_painter_default|object_painter_base)\.cc": [
    "+ui/native_theme/native_theme.h",
    "+ui/native_theme/native_theme_base.h",
    "+ui/gfx/color_utils.h"
  ],
  ".*test\.cc": [
    "+base/test/trace_event_analyzer.h",
  ],
  "ng_box_fragment_painter_test.cc": [
    "+components/paint_preview/common/paint_preview_tracker.h",
  ],
  "video_painter_test.cc": [
    "+components/paint_preview/common/paint_preview_tracker.h",
  ],
}