Commit 87f410b6 authored by Becca Hughes's avatar Becca Hughes Committed by Commit Bot

Public side of Windows fix

BUG=1099250

Change-Id: Ia73ff41012a1e4d9a7a524339ea30e0c327f1fe4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269510
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarTommy Steimel <steimel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784168}
parent df4ce3ae
......@@ -6,9 +6,8 @@ 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
# code.
enable_kaleidoscope = !is_android && is_chrome_branded
tpm_fallback = false
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment