| # Copyright 2025 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/chrome_build.gni") | |
| declare_args() { | |
| # Enables PlayReady key system support. | |
| # TODO(crbug.com/1498137): This feature is still in development. | |
| enable_playready = is_win && is_chrome_branded | |
| } | |
| assert(!enable_playready || is_win, "PlayReady is only supported on Windows.") |