> Doesn't work yet. # Build - [x] `brew install ninja` - [x] `mkdir -p ~/chromium` - [x] `cd ~/chromium` - [x] `git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git` - [x] `export $PATH=$PWD/depot_tools:$PATH` (shell specific) - [x] `fetch --no-history chromium --nosvn=True` - [x] `cd src` - [x] `mkdir -p out/release` - [x] `echo 'import("//build/args/headless.gn")' > out/release/args.gn` - [x] `echo 'is_debug = false' >> out/release/args.gn` - [x] `gn gen out/release` - [ ] `ninja -C out/release headless` - [ ] `ln -s ~/chromium/out/release/headless /usr/local/bin/headless-chromium` # Usage - `headless-chromium ...`