-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cases-rbac-poc
- Loading branch information
Showing
172 changed files
with
6,197 additions
and
1,627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Based on //build/headless.gn | ||
|
||
# Embed resource.pak into binary to simplify deployment. | ||
headless_use_embedded_resources = true | ||
|
||
# In order to simplify deployment we build ICU data file | ||
# into binary. | ||
icu_use_data_file = false | ||
|
||
# Use embedded data instead external files for headless in order | ||
# to simplify deployment. | ||
v8_use_external_startup_data = false | ||
|
||
enable_nacl = false | ||
enable_print_preview = false | ||
enable_basic_printing = false | ||
enable_remoting = false | ||
use_alsa = false | ||
use_cups = false | ||
use_dbus = false | ||
use_gio = false | ||
# Please, consult @elastic/kibana-security before changing/removing this option. | ||
use_kerberos = false | ||
use_libpci = false | ||
use_pulseaudio = false | ||
use_udev = false | ||
|
||
is_debug = false | ||
symbol_level = 0 | ||
is_component_build = false |
Oops, something went wrong.