summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_repack_locales.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_repack_locales.gni')
-rw-r--r--chrome/chrome_repack_locales.gni9
1 files changed, 3 insertions, 6 deletions
diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
index d19888c..d9a6e90 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) {