mirror of
https://github.com/electron/electron.git
synced 2026-02-09 14:45:29 -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.
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
is_electron_build = true
|
|
is_electron_gn_build = true
|
|
root_extra_deps = [ "//electron" ]
|
|
|
|
v8_promise_internal_field_count = 1
|
|
v8_typed_array_max_size_in_heap = 0
|
|
|
|
enable_widevine = true
|
|
proprietary_codecs = true
|
|
ffmpeg_branding = "Chrome"
|