mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
14 lines
488 B
Plaintext
14 lines
488 B
Plaintext
declare_args() {
|
|
# Enable assistant features. Assistant related code is compiled only when
|
|
# true. The default assistant implementation is a stub.
|
|
enable_cros_assistant = false
|
|
|
|
# Enable assistant implementation based on libassistant. This requires
|
|
# enable_cros_assistant also enabled.
|
|
enable_cros_libassistant = false
|
|
|
|
# Enable building libassistant.so shared library from local checkout. This is
|
|
# for development purposes only.
|
|
enable_cros_libassistant_so = false
|
|
}
|