mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update BUILD.gn
This commit is contained in:
parent
05b87fbd65
commit
a3e972dfe4
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ group("gn_all") {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
if (enable_plugins) {
|
if (enable_ppapi) {
|
||||||
deps += [
|
deps += [
|
||||||
"//ppapi:ppapi_unittests",
|
"//ppapi:ppapi_unittests",
|
||||||
"//ppapi/examples",
|
"//ppapi/examples",
|
||||||
|
@ -583,7 +583,7 @@ group("gn_all") {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (enable_plugins) {
|
if (enable_ppapi) {
|
||||||
deps += [
|
deps += [
|
||||||
"//ppapi:pepper_hash_for_uma",
|
"//ppapi:pepper_hash_for_uma",
|
||||||
"//ppapi:ppapi_perftests",
|
"//ppapi:ppapi_perftests",
|
||||||
|
|
Loading…
Reference in a new issue