# 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/chromeos/ui_mode.gni") import("//build/config/gclient_args.gni") declare_args() { # Enable libgav1 decoder. enable_libgav1_decoder = is_ash && (target_cpu == "arm" || target_cpu == "arm64") use_libgav1_parser = is_ash && (target_cpu == "x86" || target_cpu == "x64") }