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_browser_chromeos.gypi | |
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_browser_chromeos.gypi')
-rw-r--r-- | chrome/chrome_browser_chromeos.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi index f9aa402..efeaf72 100644 --- a/chrome/chrome_browser_chromeos.gypi +++ b/chrome/chrome_browser_chromeos.gypi @@ -84,12 +84,12 @@ '../third_party/protobuf/protobuf.gyp:protoc#host', '../third_party/re2/re2.gyp:re2', '../third_party/zlib/zlib.gyp:zlib', - '../ui/base/strings/ui_strings.gyp:ui_strings', '../ui/base/ui_base.gyp:ui_base', '../ui/display/display.gyp:display', '../ui/events/events.gyp:dom4_keycode_converter', '../ui/events/platform/events_platform.gyp:events_platform', '../ui/resources/ui_resources.gyp:ui_resources', + '../ui/strings/ui_strings.gyp:ui_strings', '../ui/surface/surface.gyp:surface', '../ui/views/controls/webview/webview.gyp:webview', '../ui/views/controls/webview/webview.gyp:webview', |