chromium/components/supervised_user/buildflags.gni

# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

declare_args() {
  # Enables supervision for Family Link users.
  enable_supervised_users =
      # Platforms which fully support supervision features:
      is_android || is_chromeos || is_ios || is_linux || is_mac || is_win
}