
* chore: add tts patch and buildflag, makes tts work again * chore: add tts patch and buildflag, makes tts work again * fix: make things compile * build: add relevant tts files for linux * fix: update patch and patch description, should now compile on mac * build: move chrome specific sources under chromium_src:chrome target * build: enable_extensions again We are depending on them, check `//electron/chromium_src:chrome` target for more info. * fix: update tts.patch to receive notifications about browser context destruction * fix: extend browser process from chrome layer The global state g_browser_process is shared between //chrome and //electron. * spec: add basic speech synthesis test * spec: skip speech tests on ci * build: fix compilation on windows
12 lines
263 B
Text
12 lines
263 B
Text
is_electron_build = true
|
|
use_jumbo_build = true
|
|
root_extra_deps = [ "//electron" ]
|
|
|
|
v8_promise_internal_field_count = 1
|
|
v8_typed_array_max_size_in_heap = 0
|
|
|
|
enable_cdm_host_verification = false
|
|
proprietary_codecs = true
|
|
ffmpeg_branding = "Chrome"
|
|
|
|
is_cfi = false
|