Upload upstream chromium 114.0.5735.31
[platform/framework/web/chromium-efl.git] / components / supervised_user / buildflags.gni
1 # Copyright 2022 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 declare_args() {
6   # Enables supervision for Family Link users.
7   enable_supervised_users =
8       # Platforms which fully support supervision features:
9       is_android || is_chromeos ||
10       # Platforms for which support is currently in development:
11       is_ios || is_linux || is_mac || is_win
12 }