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