mirror of
https://github.com/electron/electron.git
synced 2026-02-08 22:25:14 -05:00
Devs can still locally override or add settings by adding lines after the `import` statement in args.gn. This will help make sure that everyone has a common set of build args, and will allow us to update everyone's build args in git.
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
import("all.gn")
|
|
is_component_build = false
|
|
is_official_build = true
|
|
is_component_ffmpeg = true
|