Merge pull request #14144 from electron/jumbo-gn-release-builds

chore: enable jumbo builds in the GN release config
This commit is contained in:
John Kleinschmidt 2018-08-16 14:04:19 -07:00 committed by GitHub
commit 33d914d6ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,6 @@
is_electron_build = true
is_electron_gn_build = true
use_jumbo_build = true
root_extra_deps = [ "//electron" ]
v8_promise_internal_field_count = 1

View file

@ -1,4 +1,3 @@
import("all.gn")
is_debug = true
is_component_build = true
use_jumbo_build = true

View file

@ -1,7 +1,7 @@
import("all.gn")
is_component_build = false
is_official_build = true
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.