Currently on linux is supported.
Clone the depot_tools repository:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.gitAdd depot_tools to the beginning of your PATH (you will probably want to put
this in your ~/.bashrc or ~/.zshrc). Assuming you cloned depot_tools to
/path/to/depot_tools:
export PATH="/path/to/depot_tools:$PATH"When cloning depot_tools to your home directory do not use ~ on PATH,
otherwise gclient runhooks will fail to run. Rather, you should use either
$HOME or the absolute path:
export PATH="${HOME}/depot_tools:$PATH"mkdir malabr
gclient config --name=src https://github.com/bivas-biswas/malabr.git
gclient sync --no-historyOnce you have checked out the code, and assuming you're using Ubuntu, run build/install-build-deps.sh
./build/install-build-deps.shcd src
gclient runhooksgn gen out/Defaultautoninja -C out/Default chromeout/Default/chrome --enable-logging=stderr --v=1