mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Add Naive client to BUILD.gn
This commit is contained in:
parent
9a0bbc2e30
commit
05e45f459b
@ -2363,6 +2363,29 @@ if (!is_ios && !is_android) {
|
||||
]
|
||||
}
|
||||
|
||||
executable("naive") {
|
||||
testonly = true
|
||||
sources = [
|
||||
"tools/naive/naive_connection.cc",
|
||||
"tools/naive/naive_connection.h",
|
||||
"tools/naive/naive_proxy.cc",
|
||||
"tools/naive/naive_proxy.h",
|
||||
"tools/naive/naive_proxy_bin.cc",
|
||||
"tools/naive/socks5_server_socket.cc",
|
||||
"tools/naive/socks5_server_socket.h",
|
||||
]
|
||||
|
||||
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
||||
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
||||
deps = [
|
||||
":net",
|
||||
"//base",
|
||||
"//build/win:default_exe_manifest",
|
||||
"//components/version_info:version_info",
|
||||
"//url",
|
||||
]
|
||||
}
|
||||
|
||||
executable("hpack_example_generator") {
|
||||
testonly = true
|
||||
sources = [ "spdy/fuzzing/hpack_example_generator.cc" ]
|
||||
|
Loading…
Reference in New Issue
Block a user