summaryrefslogtreecommitdiff
path: root/chromium/components/exo/buildflags.gni
blob: ed8e7ed23697f7bcd8d15e6ffefa10c18fd9a353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2021 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/args.gni")
import("//build/config/chromeos/ui_mode.gni")

declare_args() {
  # If true, enables zcr_color_manager_v1. This is a temporary flag meant to
  # guard an in-progress implementation, to be replaced by a feature flag.
  enable_color_manager = false

  # If true, enables weston-test. This is a test-only wayland extension that
  # enables things like event injection.
  enable_weston_test =
      is_chromeos_ash && !is_chromeos_device && !is_official_build
}