chore: electron alias should be defined with public_deps (#15349)
This commit is contained in:
parent
af339f44f4
commit
9474fc0082
1 changed files with 1 additions and 1 deletions
2
BUILD.gn
2
BUILD.gn
|
@ -919,7 +919,7 @@ dist_zip("electron_mksnapshot_zip") {
|
||||||
}
|
}
|
||||||
|
|
||||||
group("electron") {
|
group("electron") {
|
||||||
deps = [
|
public_deps = [
|
||||||
":electron_app",
|
":electron_app",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue