summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/blink/renderer/core/fetch/DEPS
blob: 26583be0e154ac12c22e11a47f65d59e9b34658f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include_rules = [
    "+base/run_loop.h",
    "+gin/public",
    "+mojo/public/cpp/system/data_pipe.h",
    "+mojo/public/cpp/system/data_pipe_utils.h",
    "+mojo/public/cpp/system/simple_watcher.h",
    "+net/base/net_errors.h",
    "+net/base/request_priority.h",
    "+net/http/http_response_info.h",
    "+services/network/public/cpp",
    "+services/network/public/mojom",
    "+url/gurl.h",
]

specific_include_rules = {
    "bytes_uploader_test\.cc": [
        "+base/test/mock_callback.h",
    ],
}