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 /chrome/chrome_resources.gyp | |
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 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index adc3439..b6e48ac 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -389,8 +389,8 @@ 'theme_resources', '<(DEPTH)/components/components_strings.gyp:components_strings', '<(DEPTH)/net/net.gyp:net_resources', - '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', + '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings', ], 'actions': [ { |