2018-10-01 14:00:53 -06:00
|
|
|
# Copyright (c) 2018 GitHub, Inc.
|
|
|
|
# Use of this source code is governed by the MIT license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
declare_args() {
|
2020-03-28 00:44:57 -06:00
|
|
|
enable_views_api = true
|
2018-10-01 14:00:53 -06:00
|
|
|
|
2020-02-12 17:39:12 -07:00
|
|
|
enable_pdf_viewer = true
|
2018-10-01 14:00:53 -06:00
|
|
|
|
|
|
|
# Provide a fake location provider for mocking
|
|
|
|
# the geolocation responses. Disable it if you
|
|
|
|
# need to test with chromium's location provider.
|
|
|
|
# Should not be enabled for release build.
|
|
|
|
enable_fake_location_provider = !is_official_build
|
|
|
|
|
2019-07-24 17:01:08 -06:00
|
|
|
# Enable Chrome extensions support.
|
2020-04-29 00:16:10 -06:00
|
|
|
enable_electron_extensions = true
|
2019-10-31 14:11:51 -06:00
|
|
|
|
|
|
|
# Enable Spellchecker support
|
|
|
|
enable_builtin_spellchecker = true
|
2018-10-01 14:00:53 -06:00
|
|
|
}
|