build: add v8_embedder_string to build args (#15039)
This commit is contained in:
parent
47b12eee57
commit
e61b88fc2a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ root_extra_deps = [ "//electron" ]
|
||||||
|
|
||||||
v8_promise_internal_field_count = 1
|
v8_promise_internal_field_count = 1
|
||||||
v8_typed_array_max_size_in_heap = 0
|
v8_typed_array_max_size_in_heap = 0
|
||||||
|
v8_embedder_string = "-electron.0"
|
||||||
|
|
||||||
enable_cdm_host_verification = false
|
enable_cdm_host_verification = false
|
||||||
proprietary_codecs = true
|
proprietary_codecs = true
|
||||||
|
|
Loading…
Reference in a new issue