summaryrefslogtreecommitdiff
path: root/chromium/content/browser/devtools/DEPS
blob: b0c9fd986442f2593934fd0a8321e3462db5146d (plain)
1
2
3
4
5
6
7
8
include_rules = [
  "+content/shell/browser/shell.h", # for access to web contents from devtools_protocol_test_support.cc
  # V8 version info
  "+v8/include/v8-version-string.h",

  # For converting between JSON and CBOR in devtools_session_encoding.cc.
  "+third_party/inspector_protocol/crdtp",
]