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 /apps | |
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 'apps')
-rw-r--r-- | apps/apps.gypi | 2 | ||||
-rw-r--r-- | apps/shell/app_shell.gyp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index 25611b0..2940bce 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -100,7 +100,7 @@ ], ['toolkit_views==1', { 'dependencies': [ - '../ui/base/strings/ui_strings.gyp:ui_strings', + '../ui/strings/ui_strings.gyp:ui_strings', '../ui/views/views.gyp:views', ], }, { # toolkit_views==0 diff --git a/apps/shell/app_shell.gyp b/apps/shell/app_shell.gyp index e12ea6f..c2f3c10 100644 --- a/apps/shell/app_shell.gyp +++ b/apps/shell/app_shell.gyp @@ -35,8 +35,8 @@ '<(DEPTH)/content/browser/devtools/devtools_resources.gyp:devtools_resources', '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', - '<(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': [ { |