Browse Source

chore: electron alias should be defined with public_deps (#15349)

Jeremy Apthorp 6 years ago
parent
commit
9474fc0082
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD.gn

+ 1 - 1
BUILD.gn

@@ -919,7 +919,7 @@ dist_zip("electron_mksnapshot_zip") {
 }
 
 group("electron") {
-  deps = [
+  public_deps = [
     ":electron_app",
   ]
 }