blob: c5f0803aff3846a832b9dc74abb63a02dd93eb40 [file] [log] [blame]
# 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.")