Browse Source

chore: add webui_resources to pak (#16023)

fixes #16006
trop[bot] 6 years ago
parent
commit
61946e4cf4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      electron_paks.gni

+ 2 - 0
electron_paks.gni

@@ -60,6 +60,7 @@ template("electron_extra_paks") {
       "$root_gen_dir/mojo/public/js/mojo_bindings_resources.pak",
       "$root_gen_dir/net/net_resources.pak",
       "$root_gen_dir/third_party/blink/public/resources/blink_resources.pak",
+      "$root_gen_dir/ui/resources/webui_resources.pak",
       "$target_gen_dir/electron_resources.pak",
     ]
     deps = [
@@ -71,6 +72,7 @@ template("electron_extra_paks") {
       "//mojo/public/js:resources",
       "//net:net_resources",
       "//third_party/blink/public:resources",
+      "//ui/resources",
     ]
     if (defined(invoker.deps)) {
       deps += invoker.deps