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

Unified Diff: content/content_shell.gypi

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 | « content/content_browser.gypi ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 7a4580e9789f4563872a9eaa78b11b7bd891916d..b4aafcc2eae773584b5f74ad4e85587d5d49cdfd 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -309,8 +309,8 @@
'dependencies': [
'../ui/aura/aura.gyp:aura',
'../ui/aura/aura.gyp:aura_test_support',
- '../ui/base/strings/ui_strings.gyp:ui_strings',
'../ui/events/events.gyp:events',
+ '../ui/strings/ui_strings.gyp:ui_strings',
'../ui/wm/wm.gyp:wm',
],
'conditions': [
@@ -432,8 +432,8 @@
'content_resources.gyp:content_resources',
'content_shell_resources',
'<(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',
'<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources',
'<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings',
],
« no previous file with comments | « content/content_browser.gypi ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698