Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-07-23 05:29:53 -05:00 committed by GitHub
parent 7791c423f6
commit d3f0716759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1423,7 +1423,7 @@ group("dependencies") {
"//v8:v8_headers",
]
if (enable_plugins) {
if (enable_ppapi) {
public_deps += [ "//ppapi/host" ]
}