0

Revert "Derive enable_ppapi from enable_nacl"

This reverts commit 902a4b5818.

This is a partial revert that leaves the testing/buildbot changes alone.

Bug: 702990
Change-Id: I36ca6830a0a97ae7554d17724455670b099fce25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4621912
Reviewed-by: Kevin McNee <mcnee@chromium.org>
Owners-Override: Kevin McNee <mcnee@google.com>
Auto-Submit: K. Moon <kmoon@chromium.org>
Reviewed-by: Derek Schuff <dschuff@chromium.org>
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1159151}
This commit is contained in:
K. Moon
2023-06-16 22:46:57 +00:00
committed by Chromium LUCI CQ
parent 65e288a4fb
commit 5358001da8

@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//build/config/chromecast_build.gni")
import("//components/nacl/features.gni")
declare_args() {
# Enables basic plugin support. This enables support for registering and
@ -17,7 +16,7 @@ declare_args() {
declare_args() {
# Enables Pepper API (PPAPI) plugin support.
enable_ppapi = enable_plugins && enable_nacl
enable_ppapi = enable_plugins && !is_fuchsia
}
assert(enable_plugins || !enable_ppapi)