summaryrefslogtreecommitdiff
path: root/chromium/components/safe_browsing/browser/DEPS
blob: 9dade217b03e97a336837457497b476ee6d4479b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include_rules = [
  "+components/history/core/browser",
  "+components/safe_browsing/proto/csd.pb.h",
  "+content/public/browser",
  "+ipc/ipc_message.h",
  "+net/cookies",
  "+net/extras",
  "+net/http",
  "+net/ssl",
  "+net/traffic_annotation",
  "+services/network/network_context.h",
  "+services/network/public",
  "+services/service_manager/public/cpp",
]

specific_include_rules = {
  ".*test\.cc": [
    "+content/public/test/test_browser_thread_bundle.h",
  ],
}