| Index: chromecast/BUILD.gn
|
| diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
|
| index f3f72abff544979adb7dbe4019ba533e2e73e477..43030f0478fb4a7b94719a176f63f70eb6893060 100644
|
| --- a/chromecast/BUILD.gn
|
| +++ b/chromecast/BUILD.gn
|
| @@ -321,6 +321,7 @@ repack("cast_shell_pak") {
|
| "$root_gen_dir/blink/public/resources/blink_image_resources_100_percent.pak",
|
| "$root_gen_dir/blink/public/resources/blink_resources.pak",
|
| "$root_gen_dir/chromecast/app/shell_resources.pak",
|
| + "$root_gen_dir/chromecast/browser/cast_browser_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/content_resources.pak",
|
| @@ -335,6 +336,7 @@ repack("cast_shell_pak") {
|
|
|
| deps = [
|
| "//chromecast/app:resources",
|
| + "//chromecast/browser:resources",
|
| "//content:resources",
|
| "//content/app/resources",
|
| "//content/app/strings",
|
|
|