Page 1 of 1

How to build chromium browser with minimum features?

PostPosted: Wed Jun 29, 2016 11:09 pm
by fedorauser2
I am trying to build chromium with minimal features using Fedora 23 64bit.

I followed the link from cef website link (https://www.chromium.org/developers/how ... t-the-code) and did the below steps.

installed depot_tools package

mkdir chromium cd chromium fetch --no-history --no-hooks chromium

cd src gclient runhooks gn gen out/Default

ninja -C out/Default chrome

Build is successful.

However, when I tried launching the chrome (out/Default/chrome) I get the below error: LaunchProcess: failed to execvp:

Also, I don't see libcef.so anywhere in my src folder.

Please help and guide to get a mimimal version built and running.

Re: How to build chromium browser with minimum features?

PostPosted: Thu Jun 30, 2016 8:51 am
by Czarek
Either wrong forum
https://www.chromium.org/developers/discussion-groups
or you followed the wrong instructions, CEF instructions are here:
https://bitbucket.org/chromiumembedded/ ... ndBuilding