mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* [Reporting] code cleanup for reporting browser setup utilities * fix target_cpu * Update README.md * Update README.md * add note about target_cpu * Update paths.ts * more cleanup * Update src/dev/chromium_version.ts Co-authored-by: Michael Dokolin <dokmic@gmail.com> * remove bug Co-authored-by: Michael Dokolin <dokmic@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
9 lines
275 B
Text
9 lines
275 B
Text
import("//build/args/headless.gn")
|
|
is_debug = false
|
|
symbol_level = 0
|
|
is_component_build = false
|
|
enable_nacl = false
|
|
# Please, consult @elastic/kibana-security before changing/removing this option.
|
|
use_kerberos = false
|
|
|
|
# target_cpu is appended before build: "x64" or "arm64"
|