2018-07-25 13:39:37 -07:00
|
|
|
import("all.gn")
|
|
|
|
is_component_build = false
|
|
|
|
is_component_ffmpeg = true
|
2018-08-16 11:46:35 -07:00
|
|
|
is_official_build = true
|
2018-08-21 10:06:28 -07:00
|
|
|
strip_debug_info = true
|
2018-07-30 13:01:35 -07:00
|
|
|
|
|
|
|
# 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
|