chore: add webui_resources to pak (#16023)

fixes #16006
This commit is contained in:
trop[bot]
2018-12-11 09:56:00 -08:00
committed by Jeremy Apthorp
parent e324fc4cfb
commit 61946e4cf4

View File

@@ -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