blob: 2c5d629a9dc780089ecdf2e5e5914eba31b9adab [file] [log] [blame]
# Copyright 2025 The Chromium Authors
# 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")
import("//build/config/compiler/compiler.gni")
declare_args() {
if (is_chrome_branded && (is_chromeos || is_linux || is_win)) {
build_with_internal_shape_detection = true
} else {
build_with_internal_shape_detection = false
}
}