How to build chromium's cronet library for Linux desktop?

342 Views Asked by At

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?

1

There are 1 best solutions below

2
Ali Shirvani On

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.