mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update ABOUT_GN_ARGS.md
This commit is contained in:
parent
1edf840a3e
commit
1aa6397bcc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
## When building Chromium/Thorium, you run gn args out/$DIR, where $DIR can be any name; in Thorium it is named out/thorium. These set build arguments for ninja (the Chromium build system) to parse and apply. Thorium has many set, and they vary from platform to platform, and whether or not it is a Debug build. This document explains what they do, why they are set a certain way in Thorium, and options available.
|
## <img src="https://raw.githubusercontent.com/Alex313031/Thorium/main/logos/NEW/GN_Light.svg#gh-dark-mode-only" width="36"> <img src="https://raw.githubusercontent.com/Alex313031/Thorium/main/logos/NEW/GN_Dark.svg#gh-light-mode-only" width="36"> When building Chromium/Thorium, you run gn args out/$DIR, where $DIR can be any name; in Thorium it is named out/thorium. These set build arguments for ninja (the Chromium build system) to parse and apply. Thorium has many set, and they vary from platform to platform, and whether or not it is a Debug build. This document explains what they do, why they are set a certain way in Thorium, and options available.
|
||||||
|
|
||||||
## API Keys
|
## API Keys
|
||||||
google_api_key = "" ## Set Google API Key. Unset in public Thorium repository.
|
google_api_key = "" ## Set Google API Key. Unset in public Thorium repository.
|
||||||
|
|
Loading…
Reference in a new issue