summaryrefslogtreecommitdiff
path: root/chromium/components/pdf/browser/DEPS
blob: 8f2abcf05bdaad359291cb0f0da93df6be9bb153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
  "+content/public/browser",
  "+mojo/public/c/system",
  "+mojo/public/cpp/bindings",
  "+mojo/public/cpp/system",
  "+net/base/net_errors.h",
  "+net/http/http_response_headers.h",
  "+pdf/mojom/pdf.mojom.h",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+third_party/blink/public/common/associated_interfaces/associated_interface_provider.h",
  "+third_party/skia/include/core",
  "+ui/base",
  "+ui/touch_selection",
]

specific_include_rules = {
  'pdf_web_contents_helper_browsertest.cc': [
    "+content/shell",
  ],
}