summaryrefslogtreecommitdiff
path: root/chromium/components/content_capture/browser/DEPS
blob: 593f683671c4c871b49784ce8ad9a8b6c92dc396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "+content/public/browser",
  "+third_party/blink/public/common/associated_interfaces",
  "+third_party/blink/public/mojom/favicon",
]

specific_include_rules = {
  ".*test.cc": [
    "+content/public/test",
  ],
  "content_capture_receiver_test.cc": [
    "+content/public/common",
  ],
  "content_capture_receiver_browsertest.cc": [
    "+content/shell/browser",
  ],
}