Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: ui/strings/ui_strings.gyp

Issue 269363002: ui: Move strings translations out of ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/strings/ui_strings.grd ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/ui_strings.gyp
diff --git a/ui/base/strings/ui_strings.gyp b/ui/strings/ui_strings.gyp
similarity index 89%
rename from ui/base/strings/ui_strings.gyp
rename to ui/strings/ui_strings.gyp
index 1fee51929f66dbf4e0a2dbd9bbdc30047ac64b49..f180fef204cb592baaffcd1ab768ee1986135af8 100644
--- a/ui/base/strings/ui_strings.gyp
+++ b/ui/strings/ui_strings.gyp
@@ -18,7 +18,7 @@
'grit_grd_file': 'ui_strings.grd',
'grit_out_dir': '<(grit_base_out_dir)/ui_strings',
},
- 'includes': [ '../../../build/grit_action.gypi' ],
+ 'includes': [ '../../build/grit_action.gypi' ],
},
{
'action_name': 'app_locale_settings',
@@ -26,7 +26,7 @@
'grit_grd_file': 'app_locale_settings.grd',
'grit_out_dir': '<(grit_base_out_dir)/app_locale_settings',
},
- 'includes': [ '../../../build/grit_action.gypi' ],
+ 'includes': [ '../../build/grit_action.gypi' ],
},
],
'direct_dependent_settings': {
« no previous file with comments | « ui/strings/ui_strings.grd ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698