summaryrefslogtreecommitdiff
path: root/chromium/headless/lib/browser/protocol/DEPS
blob: 3e97b2f9e97bc5e23d0ab7aa4ca5d7a1e65a539c (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  # For converting between JSON and CBOR in devtools_session_encoding.cc.
  "+third_party/inspector_protocol/crdtp",
]
specific_include_rules = {
  "page_handler.*": [
    "+components/printing/browser/print_to_pdf",
  ],
}