summaryrefslogtreecommitdiffstats
path: root/mojo/fetcher/DEPS
blob: 879b25c0bf733a348f32b5d1c5c7ac822b47b549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "+crypto",
  "-mojo/runner",
  "+net/base",
]

specific_include_rules = {
  "about_fetcher_unittest.cc": [
    "+mojo/runner/context.h"
  ],
  "data_fetcher_unittest.cc": [
    "+mojo/runner/context.h"
  ],
  "network_fetcher_unittest.cc": [
    "+mojo/runner/context.h"
  ],
}