summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/client/DEPS
blob: d356125fd5ab3a985017d19037dedb794a38d2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+cc/blink",
  "+media/video/jpeg_decode_accelerator.h",
  "+media/video/video_decode_accelerator.h",
  "+media/video/video_encode_accelerator.h",
]

specific_include_rules = {
  # Tests can make use of content/browser/ infrastructure.
  ".*browsertest\.cc": [
    "+content/browser"
  ]
}