summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-18 14:12:27 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-18 14:12:27 +0000
commite3d7486414eb3a79f04431aeb7654ff66e47c8ad (patch)
treeb2a93d696a71121389f5b9d22d8337d7ee82081c /apps/apps.gypi
parent5df5e473c8d8f88b38220580a997d18b640ec79f (diff)
downloadchromium_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/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 1 insertions, 1 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