I am trying to build chromium on linux but at the moment I fail at the command:
GYP_GENERATORS="ninja" build/gyp_chromium
I get the following error:
Updating projects from gyp files... gyp: conditions chromecast==1 must be length 2 or 3, not 4 while loading dependencies of /home/code/git/src/base/base.gyp while loading dependencies of /home/code/git/src/build/all.gyp while trying to load /home/code/git/src/build/all.gyp
I couldn't find any solution on the net... Can somebody please help me?