| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 6aa917d9293cdeb80361b128d004a3f9dc390398..0cb4a714b09d0d5933995bd6e9560973b0f8a376 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -206,6 +206,7 @@ static_library("content_shell_lib") {
|
| "//components/breakpad/app",
|
| "//content:resources",
|
| "//content/app:both",
|
| + "//content/app/strings",
|
| "//content/gpu",
|
| "//content/ppapi_plugin",
|
| "//content/public/browser",
|
| @@ -387,8 +388,9 @@ group("resources") {
|
|
|
| repack("pak") {
|
| sources = [
|
| - "$root_gen_dir/content/content_resources.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",
|
| "$root_gen_dir/content/shell/shell_resources.pak",
|
| "$root_gen_dir/net/net_resources.pak",
|
| "$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
|
| @@ -397,18 +399,17 @@ repack("pak") {
|
| "$root_gen_dir/ui/strings/ui_strings_en-US.pak",
|
| "$root_gen_dir/webkit/blink_resources.pak",
|
| "$root_gen_dir/webkit/webkit_resources_100_percent.pak",
|
| - "$root_gen_dir/webkit/webkit_strings_en-US.pak",
|
| ]
|
|
|
| deps = [
|
| ":resources",
|
| "//content:resources",
|
| + "//content/app/strings",
|
| "//content/browser/tracing:resources",
|
| "//net:net_resources",
|
| "//ui/resources",
|
| "//ui/strings",
|
| "//webkit:resources",
|
| - "//webkit:strings",
|
| ]
|
|
|
| if (is_android) {
|
|
|