| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index fe9297d2b7bd40d4fcaf5e26baddead2cadb2cb4..9bcab86e78ebae7a77441d9ff3783f48407d97da 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -588,6 +588,7 @@ android_assets("chrome_public_locale_pak_assets") {
|
| jinja_template_resources("chrome_public_apk_template_resources") {
|
| resources = [
|
| "java/res_template/xml/chromebackupscheme.xml",
|
| + "java/res_template/xml/launchershortcuts.xml",
|
| "java/res_template/xml/searchable.xml",
|
| "java/res_template/xml/syncadapter.xml",
|
| ]
|
| @@ -598,6 +599,7 @@ jinja_template_resources("chrome_public_apk_template_resources") {
|
| jinja_template_resources("chrome_sync_shell_apk_template_resources") {
|
| resources = [
|
| "java/res_template/xml/chromebackupscheme.xml",
|
| + "java/res_template/xml/launchershortcuts.xml",
|
| "java/res_template/xml/searchable.xml",
|
| "java/res_template/xml/syncadapter.xml",
|
| ]
|
|
|