mirror of
https://github.com/electron/electron.git
synced 2026-01-29 17:28:18 -05:00
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
import("all.gn")
|
|
is_component_build = false
|
|
is_component_ffmpeg = true
|
|
is_official_build = true
|
|
|
|
# TODO(nornagon): linking non-CFI code (nodejs) with CFI code fails at runtime.
|
|
# Once we can build nodejs with CFI flags matching Electron's, remove this.
|
|
is_cfi = false
|