buildflags.gni 455 B

123456789101112
  1. # Copyright 2021 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//build/config/chromeos/args.gni")
  5. import("//build/config/chromeos/ui_mode.gni")
  6. declare_args() {
  7. # If true, enables zcr_color_manager_v1. This is a temporary flag meant to
  8. # guard an in-progress implementation, to be replaced by a feature flag.
  9. enable_color_manager = false
  10. }