Satish Nada
unread,Apr 27, 2021, 1:57:16 PM4/27/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Eric Roman, kmish...@gmail.com, Chromium-dev, Hans Wennborg, Ted Choc
Hello Respected,
As i have build Android chromium successfully and its working fine all feature on android device
So now we need to solution for
Setup Proxy on this chromium build as like below code or kind of Tor
Proxy proxy = new Proxy(Proxy.Type.SOCKS, new InetSocketAddress("localhost", 9050));Is there any one have idea about his where i can write this code to make this proxy work on Chromium android build.
I have build android project with Below GN target_os = "android"
target_cpu = "arm64"
is_debug = false
android_channel = "stable"
is_official_build = true
is_component_build = false
is_clang = true
symbol_level = 0
blink_symbol_level=0
use_unofficial_version_number = false
v8_use_external_startup_data = true
fieldtrial_testing_like_official_build = true
icu_use_data_file = false
ffmpeg_branding = "Chrome"
proprietary_codecs = true
multidex_in_release = true
exclude_unwind_tables = true
Is there any solution or any suggestion for this
Thank you in advance.