diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-18 14:12:27 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-18 14:12:27 +0000 |
commit | e3d7486414eb3a79f04431aeb7654ff66e47c8ad (patch) | |
tree | b2a93d696a71121389f5b9d22d8337d7ee82081c /tools/gritsettings | |
parent | 5df5e473c8d8f88b38220580a997d18b640ec79f (diff) | |
download | chromium_src-e3d7486414eb3a79f04431aeb7654ff66e47c8ad.zip chromium_src-e3d7486414eb3a79f04431aeb7654ff66e47c8ad.tar.gz chromium_src-e3d7486414eb3a79f04431aeb7654ff66e47c8ad.tar.bz2 |
ui: Move strings translations out of ui/base.
This change is mostly mechanical. There were no functional changes made other than updating the paths to the new location.
This moves the translation files (xtb) out of ui/base/ to ui/strings/translations.
BUG=369881
TEST=build locally + green trybots, no functional changes.
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/269363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index 4ecaabd..45eb5a4 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -60,7 +60,7 @@ "chrome/app/theme/chrome_unscaled_resources.grd": { "includes": [7500], }, - "ui/base/strings/app_locale_settings.grd": { + "ui/strings/app_locale_settings.grd": { "messages": [9000], }, "chrome/app/resources/locale_settings.grd": { @@ -84,7 +84,7 @@ "chrome/app/resources/locale_settings_win.grd": { "messages": [10500], }, - "ui/base/strings/ui_strings.grd": { + "ui/strings/ui_strings.grd": { "messages": [11000], }, # Chromium strings and Google Chrome strings must start at the same id. |