I would like to use chromium's network stack for desktop applications, from what I heard it was developed for mobile platforms. Is there a way to build it for desktop platforms?
Asked
Active
Viewed 270 times
1 Answers
1
I built the cronet on Linux about a year ago. First install deps_tools
according to this link and then build the cronet according to it's build instruction.

Ali Shirvani
- 533
- 6
- 15
-
Hi, yes you can build on windows or linux, that's the "build machine" which is different of the deployment machine, where the library will be used. By default it can be deployed only on Android, iOS, Chrome OS and Fuchsia. – hldev Nov 05 '21 at 19:55
-
Have you tried this recently? I'd like to use this and curious if it's still viable. – Yuri Schimke Apr 24 '23 at 08:48