# 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/gclient_args.gni") declare_args() { # Enable libgav1 decoder. enable_libgav1_decoder = is_chromeos && (target_cpu == "arm" || target_cpu == "arm64") }