Fix path to blink resources
This commit is contained in:
parent
9a296fc63e
commit
c6fbe5a7fe
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ template("electron_repack_percent") {
|
||||||
|
|
||||||
# All sources should also have deps for completeness.
|
# All sources should also have deps for completeness.
|
||||||
sources = [
|
sources = [
|
||||||
"$root_gen_dir/blink/public/resources/blink_scaled_resources_${percent}_percent.pak",
|
"$root_gen_dir/third_party/blink/public/resources/blink_scaled_resources_${percent}_percent.pak",
|
||||||
"$root_gen_dir/components/components_resources_${percent}_percent.pak",
|
"$root_gen_dir/components/components_resources_${percent}_percent.pak",
|
||||||
"$root_gen_dir/content/app/resources/content_resources_${percent}_percent.pak",
|
"$root_gen_dir/content/app/resources/content_resources_${percent}_percent.pak",
|
||||||
"$root_gen_dir/ui/resources/ui_resources_${percent}_percent.pak",
|
"$root_gen_dir/ui/resources/ui_resources_${percent}_percent.pak",
|
||||||
|
@ -53,7 +53,7 @@ template("electron_extra_paks") {
|
||||||
])
|
])
|
||||||
output = "${invoker.output_dir}/resources.pak"
|
output = "${invoker.output_dir}/resources.pak"
|
||||||
sources = [
|
sources = [
|
||||||
"$root_gen_dir/blink/public/resources/blink_resources.pak",
|
"$root_gen_dir/third_party/blink/public/resources/blink_resources.pak",
|
||||||
"$root_gen_dir/components/components_resources.pak",
|
"$root_gen_dir/components/components_resources.pak",
|
||||||
"$root_gen_dir/content/browser/tracing/tracing_resources.pak",
|
"$root_gen_dir/content/browser/tracing/tracing_resources.pak",
|
||||||
"$root_gen_dir/content/content_resources.pak",
|
"$root_gen_dir/content/content_resources.pak",
|
||||||
|
|
Loading…
Reference in a new issue