| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 1ae453cbe566546da9a6917ec12b47efefc106c6..36651fa1d36d7e946dc2ad471619da5518071692 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -390,6 +390,7 @@ group("resources") {
|
| repack("pak") {
|
| sources = [
|
| "$root_gen_dir/blink/public/resources/blink_resources.pak",
|
| + "$root_gen_dir/content/app/resources/content_resources_100_percent.pak",
|
| "$root_gen_dir/content/app/strings/content_strings_en-US.pak",
|
| "$root_gen_dir/content/browser/tracing/tracing_resources.pak",
|
| "$root_gen_dir/content/content_resources.pak",
|
| @@ -399,7 +400,6 @@ repack("pak") {
|
| "$root_gen_dir/ui/resources/webui_resources.pak",
|
| "$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
|
| "$root_gen_dir/ui/strings/ui_strings_en-US.pak",
|
| - "$root_gen_dir/webkit/webkit_resources_100_percent.pak",
|
| ]
|
|
|
| deps = [
|
|
|