blob: a67afd18351aed32bf7f0433875b5b3ea3c97a59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/chrome_build.gni")
declare_args() {
# Enable Kaleidoscope if we are not Android and we have access to the internal
# code. For now we are disabled on Windows and Chrome OS until the build issues
# are fixed.
enable_kaleidoscope = !is_android && !is_win && !is_chromeos && is_chrome_branded
tpm_fallback = false
}
|