chromium/chrome/browser/downgrade/buildflags.gni

# Copyright 2020 The Chromium Authors
# 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/features.gni")

declare_args() {
  enable_downgrade_processing = !is_android && !is_chromeos
}