| extraction: | |
| cpp: | |
| configure: # Customizable step used only by C/C++ extraction. | |
| command: | |
| - wget -O /tmp/gn.zip | |
| https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+/Z6cz3BKAP2GgVlujo5D6CFdrLE3B1hXFwVwraB6QBnUC | |
| && unzip /tmp/gn.zip -d /tmp/gn-bin gn && /tmp/gn-bin/gn gen | |
| out/default | |
| index: # Customizable step used by all languages. | |
| build_command: | |
| - ninja -C out/default |