mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
* ci: run unittests on clean Chromium * test: add '--run-only-disabled-tests' flag to "script/native-tests.py" * ci: add a job to run only disabled unittests * test: use a different GN config for the native tests * test: enable blink_common_unittests * test: disable WeakPtrDeathTest*
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
root_extra_deps = [ "//electron/spec" ]
|
|
|
|
dcheck_always_on = true
|
|
is_debug = false
|
|
is_component_build = false
|
|
is_component_ffmpeg = false
|
|
symbol_level = 1
|
|
use_jumbo_build = true
|