blob: 3e27c371d951938f19597d45fabe732375b44d43 [file] [log] [blame]
# Copyright 2023 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/gclient_args.gni")
import("//components/optimization_guide/features.gni")
declare_args() {
enable_ml_internal =
build_with_internal_optimization_guide && checkout_src_internal &&
((is_win && target_cpu != "arm64" && target_cpu != "arm") || is_mac ||
is_linux)
}