summaryrefslogtreecommitdiff
path: root/chromium/third_party/webrtc/base/DEPS
blob: add7f38be50ec858e0af4ea39417b9a857aef06b (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  "+json",
  "+third_party/jsoncpp",
  "+webrtc/system_wrappers",
]

specific_include_rules = {
  "gunit_prod.h": [
    "+gtest",
  ],
}