[M120 Migration][VD] Remove accessing oom_score_adj in zygote process
[platform/framework/web/chromium-efl.git] / third_party / libgav1 / options.gni
1 # Copyright 2019 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/chromeos/ui_mode.gni")
6 import("//build/config/gclient_args.gni")
7
8 declare_args() {
9   use_libgav1_parser =
10       (is_chromeos || is_linux || is_win) &&
11       (target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm" ||
12        target_cpu == "arm64" || target_cpu == "ppc64")
13 }