| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index a9bc8e861435e72c7a74a9e089e7006ab50c81ac..cc3f5b9478bf1cd12eab178b0342f23f28345a82 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -87,17 +87,17 @@ template("_repack_one_locale") {
|
|
|
| if (is_chrome_branded) {
|
| sources += [
|
| - "${root_gen_dir}/chrome/chromium_strings_${locale}.pak",
|
| + "${root_gen_dir}/chrome/google_chrome_strings_${locale}.pak",
|
| ]
|
| deps += [
|
| - "//chrome/app:chromium_strings",
|
| + "//chrome/app:google_chrome_strings",
|
| ]
|
| } else {
|
| sources += [
|
| - "${root_gen_dir}/chrome/google_chrome_strings_${locale}.pak",
|
| + "${root_gen_dir}/chrome/chromium_strings_${locale}.pak",
|
| ]
|
| deps += [
|
| - "//chrome/app:google_chrome_strings",
|
| + "//chrome/app:chromium_strings",
|
| ]
|
| }
|
|
|
|
|