| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index d19888ce2d11180c28924cc6570b5b7a9dda6354..d9a6e90417d360ea38e5f2489ddc0a8a3a2de8c1 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -54,11 +54,13 @@ template("_repack_one_locale") {
|
| if (!is_ios) {
|
| sources += [
|
| "${root_gen_dir}/content/app/strings/content_strings_${locale}.pak",
|
| + "${root_gen_dir}/device/bluetooth/strings/device_bluetooth_strings_${locale}.pak",
|
| "${root_gen_dir}/ui/strings/app_locale_settings_${locale}.pak",
|
| "${root_gen_dir}/ui/strings/ui_strings_${locale}.pak",
|
| ]
|
| deps += [
|
| "//content/app/strings",
|
| + "//device/bluetooth/strings",
|
| "//ui/strings:ui_strings",
|
| "//ui/strings:app_locale_settings",
|
| ]
|
| @@ -69,16 +71,11 @@ template("_repack_one_locale") {
|
| }
|
| if (enable_extensions) {
|
| sources += [
|
| - "${root_gen_dir}/device/bluetooth/device_bluetooth_strings_${locale}.pak",
|
| -
|
| # TODO(jamescook): When Android stops building extensions code move
|
| # this to the OS != 'ios' and OS != 'android' section.
|
| "${root_gen_dir}/extensions/strings/extensions_strings_${locale}.pak",
|
| ]
|
| - deps += [
|
| - "//device/bluetooth:strings",
|
| - "//extensions/strings",
|
| - ]
|
| + deps += [ "//extensions/strings" ]
|
| }
|
|
|
| if (is_chrome_branded) {
|
|
|