mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
Add Naive client to BUILD.gn
This commit is contained in:
parent
cd71b3db0b
commit
20a055a419
@ -1711,3 +1711,23 @@ static_library("preload_decoder") {
|
|||||||
]
|
]
|
||||||
deps = [ "//base" ]
|
deps = [ "//base" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
executable("naive") {
|
||||||
|
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",
|
||||||
|
]
|
||||||
|
|
||||||
|
deps = [
|
||||||
|
":net",
|
||||||
|
"//base",
|
||||||
|
"//build/win:default_exe_manifest",
|
||||||
|
"//components/version_info:version_info",
|
||||||
|
"//url",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user